diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 14:36:21 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 14:36:21 +0000 |
| commit | d98e1893f371a854e903feb86f8e539677c77dde (patch) | |
| tree | e5469e71b14098ee141e1c136f10f5b22a089195 /misc/p5-Array-Diff | |
| parent | 50cfc86752c3c7cfa2f1e5105c54fd023ed1b5dc (diff) | |
Notes
Diffstat (limited to 'misc/p5-Array-Diff')
| -rw-r--r-- | misc/p5-Array-Diff/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/p5-Array-Diff/Makefile b/misc/p5-Array-Diff/Makefile index 8df7105339c9..ebd714547e33 100644 --- a/misc/p5-Array-Diff/Makefile +++ b/misc/p5-Array-Diff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Array-Diff -# Date created: March 09, 2008 -# Whom: Yen-Ming Lee <leeym@FreeBSD.org> -# +# Created by: Yen-Ming Lee <leeym@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Array-Diff PORTVERSION= 0.07 @@ -18,7 +14,8 @@ RUN_DEPENDS= p5-Algorithm-Diff>=1.19:${PORTSDIR}/devel/p5-Algorithm-Diff \ p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Array::Diff.3 |
