freebsd-ports/www/p5-SCGI/Makefile
Mark Linimon 9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00

25 lines
559 B
Makefile

# New ports collection makefile for: p5-SCGI
# Date created: Fri Jan 5 13:55:53 EST 2007
# Whom: Vivek Khera <vivek@khera.org>
#
# $FreeBSD$
#
PORTNAME= SCGI
PORTVERSION= 0.6
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/V/VI/VIPERCODE
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= SCGI server interface
PERL_MODBUILD= 5.8.0+
MAN3= SCGI.3 SCGI::Request.3
PLIST_FILES= ${SITE_PERL_REL}/SCGI.pm ${SITE_PERL_REL}/SCGI/Request.pm
PLIST_DIRS= ${SITE_PERL_REL}/SCGI
.include <bsd.port.mk>