28 lines
611 B
Makefile
28 lines
611 B
Makefile
# $OpenBSD: Makefile,v 1.8 2002/06/10 03:14:35 wilfried Exp $
|
|
|
|
COMMENT= "modules for use in writing cgi scripts"
|
|
|
|
VERSION= 2.76
|
|
DISTNAME= CGI-modules-${VERSION}
|
|
PKGNAME= p5-CGI-${VERSION}
|
|
CATEGORIES= www perl5
|
|
NEED_VERSION= 1.515
|
|
|
|
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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
BUILD_DEPENDS= :p5-libwww-*:www/p5-libwww
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|