21 lines
401 B
Makefile
21 lines
401 B
Makefile
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:44:46 espie Exp $
|
|
|
|
COMMENT= retrieve GET/POST parameters from HTTP requests
|
|
|
|
MODULES= cpan
|
|
DISTNAME= HTTP-Request-Params-1.01
|
|
REVISION= 1
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Sam Smith <s@msmith.net>
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Class-Accessor \
|
|
mail/p5-Email-MIME>=1.910 \
|
|
www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|