f15b57f2b8
bump all PKGNAMEs. OK jasper@
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# $OpenBSD: Makefile,v 1.4 2006/12/25 13:40:28 simon Exp $
|
|
|
|
COMMENT= "drop-in object-oriented CGI.pm replacement"
|
|
|
|
MODULES= cpan
|
|
VERSION= 0.077
|
|
DISTNAME= Cgi-Simple-${VERSION}
|
|
PKGNAME= p5-CGI-Simple-${VERSION}p0
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Simon Dassow <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
|
|
|
.include <bsd.port.mk>
|