2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2010/12/03 11:46:52 ajacoutot Exp $
|
2006-11-04 14:18:03 -05:00
|
|
|
|
2007-09-15 16:38:20 -04:00
|
|
|
COMMENT= HTTP Body Parser
|
2006-11-04 14:18:03 -05:00
|
|
|
|
2010-07-02 00:06:11 -04:00
|
|
|
DISTNAME= HTTP-Body-1.07
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 0
|
2006-11-28 06:09:51 -05:00
|
|
|
CATEGORIES= www
|
2006-11-04 14:18:03 -05:00
|
|
|
|
2007-05-05 13:44:50 -04:00
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
2006-11-04 14:18:03 -05:00
|
|
|
|
|
|
|
# Same as Perl
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2006-11-28 06:09:51 -05:00
|
|
|
MODULES= cpan
|
2010-10-19 04:02:53 -04:00
|
|
|
USE_GROFF = Yes
|
2006-11-04 14:18:03 -05:00
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= www/p5-libwww
|
2008-05-17 10:00:58 -04:00
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
REGRESS_DEPENDS=devel/p5-Test-Deep
|
2008-05-17 10:00:58 -04:00
|
|
|
|
2006-11-04 14:18:03 -05:00
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|