diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:36:29 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-02 09:36:29 +0000 |
commit | 4f0f40cb05fcf0dafeb29921258f35833e960b6d (patch) | |
tree | 859ba2ba077471a41f3eb1e1e8f1a0b3571ab0e5 /misc/p5-Business-EDI | |
parent | ed94a2b8385c9095218ba01cd55424b1b88f0c96 (diff) | |
download | ports-4f0f40cb05fcf0dafeb29921258f35833e960b6d.tar.gz ports-4f0f40cb05fcf0dafeb29921258f35833e960b6d.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=325959
Diffstat (limited to 'misc/p5-Business-EDI')
-rw-r--r-- | misc/p5-Business-EDI/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/p5-Business-EDI/Makefile b/misc/p5-Business-EDI/Makefile index 3969d62fe30c..be085cc5f7be 100644 --- a/misc/p5-Business-EDI/Makefile +++ b/misc/p5-Business-EDI/Makefile @@ -24,7 +24,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/atz-${PORTNAME}-327e01f -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Business::EDI.3 \ Business::EDI::CodeList.3 \ |