diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 18:03:40 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 18:03:40 +0000 |
commit | 7edda98febad312802475dba6b50d7479a37397b (patch) | |
tree | d7408d44121869e025a5f787d2662ce6fee4d2b9 /security/p5-CSP | |
parent | cd3cb6184d743f557750904f520cdc062e37b05e (diff) |
Notes
Diffstat (limited to 'security/p5-CSP')
-rw-r--r-- | security/p5-CSP/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-CSP/Makefile b/security/p5-CSP/Makefile index 3dc676e8c2bd..f24a27a7cca4 100644 --- a/security/p5-CSP/Makefile +++ b/security/p5-CSP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-CSP -# Date created: 2005-04-13 -# Whom: David Thiel <lx@redundancy.redundancy.org> -# +# Created by: David Thiel <lx@redundancy.redundancy.org> # $FreeBSD$ -# PORTNAME= CSP PORTVERSION= 0.34 @@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \ p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= CSP.3 |