2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2010/12/03 11:46:53 ajacoutot Exp $
|
2009-01-02 13:53:23 -05:00
|
|
|
|
|
|
|
COMMENT = add encoding to HTTP::Response
|
|
|
|
|
2009-08-18 19:43:53 -04:00
|
|
|
DISTNAME = HTTP-Response-Encoding-0.06
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION = 0
|
2009-01-02 13:53:23 -05:00
|
|
|
|
|
|
|
CATEGORIES = www
|
|
|
|
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
|
|
|
|
# perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
|
|
|
MODULES = cpan
|
2010-11-22 03:36:47 -05:00
|
|
|
USE_GROFF = Yes
|
2009-01-02 13:53:23 -05:00
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS = www/p5-libwww
|
|
|
|
REGRESS_DEPENDS = devel/p5-Test-Pod \
|
|
|
|
devel/p5-Test-Pod-Coverage \
|
|
|
|
www/p5-URI
|
2009-01-02 13:53:23 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|