20 lines
326 B
Makefile
20 lines
326 B
Makefile
|
COMMENT = object oriented interface for CGI script applications
|
||
|
|
||
|
DISTNAME = CGI-XMLApplication-1.1.5
|
||
|
REVISION = 0
|
||
|
|
||
|
CATEGORIES = www
|
||
|
|
||
|
# GPL
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
MODULES = cpan
|
||
|
|
||
|
RUN_DEPENDS = textproc/p5-XML-LibXML>=1.10 \
|
||
|
textproc/p5-XML-LibXSLT>=1.08
|
||
|
TEST_DEPENDS = www/p5-CGI
|
||
|
|
||
|
PKG_ARCH = *
|
||
|
|
||
|
.include <bsd.port.mk>
|