diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:27:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 06:27:41 +0000 |
commit | 0faac6c323364fb8c2e81c8de2d24da503853d9c (patch) | |
tree | 9c7a921a41846d7fee0232dbaa25c40f34783fd1 /textproc/p5-WWW-Wordnik-API | |
parent | - convert to the new perl5 framework (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326942
Diffstat (limited to 'textproc/p5-WWW-Wordnik-API')
-rw-r--r-- | textproc/p5-WWW-Wordnik-API/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-WWW-Wordnik-API/Makefile b/textproc/p5-WWW-Wordnik-API/Makefile index 477753e345e5..cb1bd5f05f13 100644 --- a/textproc/p5-WWW-Wordnik-API/Makefile +++ b/textproc/p5-WWW-Wordnik-API/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-WWW-Wordnik-API -# Date created: 2011-03-12 -# Whom: Steve Wills <swills@FreeBSD.org> -# +# Created by: Steve Wills <swills@FreeBSD.org> # $FreeBSD$ -# PORTNAME= WWW-Wordnik-API PORTVERSION= 0.0.5 @@ -20,7 +16,8 @@ COMMENT= Wordnik API implementation RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= WWW::Wordnik::API.3 PLIST_FILES= %%SITE_PERL%%/%%PERL_ARCH%%/auto/WWW/Wordnik/API/.packlist \ |