freebsd-ports/www/p5-CGI-Ex/Makefile
Cheng-Lung Sung 4aff8f6863 - Update to 2.07
- Drop maintainership to perl@FreeBSD.org

PR:		ports/108710
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2007-02-05 05:10:50 +00:00

31 lines
781 B
Makefile

# New ports collection makefile for: p5-CGI-Ex
# Date created: 2006-07-20
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= CGI-Ex
PORTVERSION= 2.07
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= CGI
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= CGI utility suite - makes powerful application writing fun and easy
PERL_CONFIGURE= yes
MAN3= CGI::Ex.3 CGI::Ex::App.3 CGI::Ex::Auth.3 CGI::Ex::Conf.3 \
CGI::Ex::Die.3 CGI::Ex::Dump.3 CGI::Ex::Fill.3 \
CGI::Ex::JSONDump.3 CGI::Ex::Template.3 CGI::Ex::Validate.3
post-install:
${MKDIR} ${EXAMPLESDIR}
.for i in app benchmark conf_path_1 conf_path_3 devel
${MKDIR} ${EXAMPLESDIR}/${i}
.endfor
${CP} -R ${WRKSRC}/samples/* ${EXAMPLESDIR}
.include <bsd.port.mk>