blob: 3c2f5ddce68c521d2291a492f0889253b52a817a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= CGI-Ex
PORTVERSION= 2.38
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= CGI utility suite - makes powerful application writing fun and easy
BUILD_DEPENDS= p5-Template-Alloy>=1.004:${PORTSDIR}/www/p5-Template-Alloy
RUN_DEPENDS= p5-Template-Alloy>=1.004:${PORTSDIR}/www/p5-Template-Alloy
USES= perl5
USE_PERL5= configure
MAN3= CGI::Ex.3 CGI::Ex::App.3 CGI::Ex::App::Constants.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
PORTEXAMPLES= *
NO_STAGE= yes
post-install:
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}/
${CP} -R ${WRKSRC}/samples/* ${EXAMPLESDIR}/
.endif
.include <bsd.port.mk>
|