df4e1203e4
ok jasper@ (final commit)
24 lines
447 B
Makefile
24 lines
447 B
Makefile
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:51 ajacoutot Exp $
|
|
|
|
COMMENT= use SSI from CGI scripts
|
|
|
|
MODULES= cpan
|
|
DISTNAME= CGI-SSI-0.92
|
|
REVISION= 0
|
|
CATEGORIES= www
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= devel/p5-Time-TimeDate \
|
|
www/p5-HTML-SimpleParse \
|
|
www/p5-libwww
|
|
|
|
.include <bsd.port.mk>
|