22 lines
459 B
Makefile
22 lines
459 B
Makefile
# $OpenBSD: Makefile,v 1.3 2006/12/04 11:34:58 espie Exp $
|
|
|
|
COMMENT= "drop-in object-oriented CGI.pm replacement"
|
|
|
|
MODULES= cpan
|
|
VERSION= 0.077
|
|
DISTNAME= Cgi-Simple-${VERSION}
|
|
PKGNAME= p5-CGI-Simple-${VERSION}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= Simon Dassow <janus@errornet.de>
|
|
|
|
# Artistic
|
|
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>
|