diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /www/p5-FEAR-API/Makefile | |
parent | 49b7a7d4a4e27031eeb48b2c26d102a7f8527de9 (diff) |
Notes
Diffstat (limited to 'www/p5-FEAR-API/Makefile')
-rw-r--r-- | www/p5-FEAR-API/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/p5-FEAR-API/Makefile b/www/p5-FEAR-API/Makefile index 7649e60c4ed8..c37d8f046a44 100644 --- a/www/p5-FEAR-API/Makefile +++ b/www/p5-FEAR-API/Makefile @@ -1,10 +1,7 @@ # ex:ts=8 # Ports collection makefile for: FEAR::API -# Date created: Jun 5, 2006 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= FEAR-API PORTVERSION= 0.489 @@ -46,7 +43,8 @@ RUN_DEPENDS= p5-Email-Find>=0:${PORTSDIR}/mail/p5-Email-Find \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN1= fear.1 MAN3= FEAR::API.3 \ |