diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 18:06:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-07-31 18:06:07 +0800 |
commit | 00ab99dabd9e1d2fe8be17f55c8834242f23ee1c (patch) | |
tree | 3f68155c6aa0f5eb14fc690febc5a8907aa4c689 | |
parent | ca12b66562aa18050dfe65a531c6ca424c7d93b8 (diff) | |
download | freebsd-ports-gnome-00ab99dabd9e1d2fe8be17f55c8834242f23ee1c.tar.gz freebsd-ports-gnome-00ab99dabd9e1d2fe8be17f55c8834242f23ee1c.tar.zst freebsd-ports-gnome-00ab99dabd9e1d2fe8be17f55c8834242f23ee1c.zip |
- Add LICENSE
- Add BUILD_DEPENDS
- Remove unnecessary MASTER_SITE_SUBDIR
- Sort PLIST
- Reformat pkg-descr and fix typo
- Use single space after WWW:
-rw-r--r-- | security/p5-Yahoo-BBAuth/Makefile | 15 | ||||
-rw-r--r-- | security/p5-Yahoo-BBAuth/pkg-descr | 10 | ||||
-rw-r--r-- | security/p5-Yahoo-BBAuth/pkg-plist | 12 |
3 files changed, 20 insertions, 17 deletions
diff --git a/security/p5-Yahoo-BBAuth/Makefile b/security/p5-Yahoo-BBAuth/Makefile index 7271b1c095ad..79c2a7407329 100644 --- a/security/p5-Yahoo-BBAuth/Makefile +++ b/security/p5-Yahoo-BBAuth/Makefile @@ -5,23 +5,26 @@ PORTNAME= Yahoo-BBAuth PORTVERSION= 0.50 CATEGORIES= security www perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= Yahoo PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl interface to the Yahoo! Browser-Based Authentication -RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ - p5-libwww>=0:${PORTSDIR}/www/p5-libwww + p5-libwww>=5.6:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 shebangfix USE_PERL5= configure +USES= perl5 shebangfix SHEBANG_FILES= eg/*.cgi post-install: - ${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin - ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${WWWDIR}/cgi-bin + ${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin/ + ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${WWWDIR}/cgi-bin/ .include <bsd.port.mk> diff --git a/security/p5-Yahoo-BBAuth/pkg-descr b/security/p5-Yahoo-BBAuth/pkg-descr index 4c29ba38bed7..001dc2667c7f 100644 --- a/security/p5-Yahoo-BBAuth/pkg-descr +++ b/security/p5-Yahoo-BBAuth/pkg-descr @@ -1,7 +1,7 @@ -This module priovides an Object Oriented interface for Yahoo! -Browser-Based Authentication. +This module provides an Object Oriented interface for Yahoo! Browser-Based +Authentication. -This module is ported from the official PHP class which is located on -this page: http://developer.yahoo.com/php +This module is ported from the official PHP class which is located on this page: +http://developer.yahoo.com/php -WWW: http://search.cpan.org/dist/Yahoo-BBAuth/ +WWW: http://search.cpan.org/dist/Yahoo-BBAuth/ diff --git a/security/p5-Yahoo-BBAuth/pkg-plist b/security/p5-Yahoo-BBAuth/pkg-plist index ef39a18f79d3..2f2ed6b0d553 100644 --- a/security/p5-Yahoo-BBAuth/pkg-plist +++ b/security/p5-Yahoo-BBAuth/pkg-plist @@ -1,10 +1,10 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/BBAuth/.packlist %%SITE_PERL%%/Yahoo/BBAuth.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/BBAuth/.packlist +%%PERL5_MAN3%%/Yahoo::BBAuth.3.gz %%WWWDIR%%/cgi-bin/testMAIL.cgi %%WWWDIR%%/cgi-bin/testPHOTOS.cgi -%%PERL5_MAN3%%/Yahoo::BBAuth.3.gz -@dirrmtry %%WWWDIR%%/cgi-bin -@dirrmtry %%WWWDIR%% -@dirrmtry %%SITE_PERL%%/Yahoo -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/BBAuth +@dirrm %%WWWDIR%%/cgi-bin +@dirrm %%WWWDIR%% +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/BBAuth @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo +@dirrmtry %%SITE_PERL%%/Yahoo |