2002-11-29 00:40:41 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2002/11/29 05:40:41 kevlo Exp $
|
|
|
|
|
|
|
|
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
2001-05-06 00:22:45 -04:00
|
|
|
|
|
|
|
COMMENT= "modules for use in writing cgi scripts"
|
2001-01-04 05:31:39 -05:00
|
|
|
|
|
|
|
VERSION= 2.76
|
|
|
|
DISTNAME= CGI-modules-${VERSION}
|
|
|
|
PKGNAME= p5-CGI-${VERSION}
|
|
|
|
CATEGORIES= www perl5
|
2002-03-21 16:25:50 -05:00
|
|
|
NEED_VERSION= 1.515
|
2001-01-04 05:31:39 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://stein.cshl.org/WWW/software/CGI::modules/
|
|
|
|
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-15 13:58:49 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
2001-01-04 05:31:39 -05:00
|
|
|
|
2002-06-09 23:14:34 -04:00
|
|
|
BUILD_DEPENDS= :p5-libwww-*:www/p5-libwww
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2001-01-04 05:31:39 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|