mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
f4a9ccf934
- Add BUILD_DEPENDS - Remove unnecessary MASTER_SITE_SUBDIR - Sort PLIST - Reformat pkg-descr and fix typo - Use single space after WWW:
31 lines
718 B
Makefile
31 lines
718 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Yahoo-BBAuth
|
|
PORTVERSION= 0.50
|
|
CATEGORIES= security www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl interface to the Yahoo! Browser-Based Authentication
|
|
|
|
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}
|
|
|
|
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/
|
|
|
|
.include <bsd.port.mk>
|