1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/p5-CGI-Ex/Makefile
Emanuel Haupt bff269a5a6 - Update to 2.32
- fmt -w 80 pkg-descr

Feature safe:	yes
2010-03-01 22:22:20 +00:00

40 lines
871 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.32
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= CGI utility suite - makes powerful application writing fun and easy
RUN_DEPENDS= p5-Template-Alloy>=1.004:${PORTSDIR}/www/p5-Template-Alloy
BUILD_DEPENDS= ${RUN_DEPENDS}
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
.if !defined(NOPORTEXAMPLES)
PORTEXAMPLES= *
post-install:
${MKDIR} ${EXAMPLESDIR}
.for i in app benchmark devel
${MKDIR} ${EXAMPLESDIR}/${i}
.endfor
${CP} -R ${WRKSRC}/samples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>