16 lines
255 B
Makefile
16 lines
255 B
Makefile
COMMENT= setup CGI environment from HTTP::Request
|
|
|
|
DISTNAME= HTTP-Request-AsCGI-1.2
|
|
REVISION= 2
|
|
CATEGORIES= www
|
|
|
|
# Same as Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
|
|
RUN_DEPENDS= devel/p5-Class-Accessor \
|
|
www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|