mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Add BUILD_DEPENDS - Remove unnecessary MASTER_SITE_SUBDIR - Sort PLIST - Reformat pkg-descr and fix typo - Use single space after WWW:
This commit is contained in:
parent
1cbc15e64f
commit
f4a9ccf934
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363563
@ -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 \
|
||||
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
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>=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>
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user