diff options
author | az <az@FreeBSD.org> | 2013-09-12 02:03:40 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 02:03:40 +0800 |
commit | 691bd4b17c67cd318b03b78ab428664b3266e129 (patch) | |
tree | d7408d44121869e025a5f787d2662ce6fee4d2b9 /security/p5-Yahoo-BBAuth/Makefile | |
parent | c8414b774416243a550b96b70d57e6b7f6e3b78e (diff) | |
download | freebsd-ports-gnome-691bd4b17c67cd318b03b78ab428664b3266e129.tar.gz freebsd-ports-gnome-691bd4b17c67cd318b03b78ab428664b3266e129.tar.zst freebsd-ports-gnome-691bd4b17c67cd318b03b78ab428664b3266e129.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/p5-Yahoo-BBAuth/Makefile')
-rw-r--r-- | security/p5-Yahoo-BBAuth/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/p5-Yahoo-BBAuth/Makefile b/security/p5-Yahoo-BBAuth/Makefile index 43b7f969bcb8..3d756768df2c 100644 --- a/security/p5-Yahoo-BBAuth/Makefile +++ b/security/p5-Yahoo-BBAuth/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Yahoo-BBAuth -# Date created: 2007-07-06 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= Yahoo-BBAuth PORTVERSION= 0.50 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Yahoo::BBAuth.3 |