diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 08:23:45 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-07 08:23:45 +0000 |
commit | b3d40bd309bb0a294a03766486aac0507397e127 (patch) | |
tree | 19eb017a5b8894f1619fc33eb05dfa509db0ecc6 /devel/p5-Data-Record | |
parent | 0f01418344d14cdbf6809b4c37d5a6df53a46746 (diff) |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326581
Diffstat (limited to 'devel/p5-Data-Record')
-rw-r--r-- | devel/p5-Data-Record/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Data-Record/Makefile b/devel/p5-Data-Record/Makefile index bd69e376b8b1..16ed25312e75 100644 --- a/devel/p5-Data-Record/Makefile +++ b/devel/p5-Data-Record/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Data::Record.3 |