mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
28 lines
662 B
Makefile
28 lines
662 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Yahoo-BBAuth
|
|
PORTVERSION= 0.50
|
|
CATEGORIES= security www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Yahoo
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.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
|
|
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= configure
|
|
|
|
SHEBANG_FILES= eg/*.cgi
|
|
|
|
post-install:
|
|
${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${WWWDIR}/cgi-bin
|
|
|
|
.include <bsd.port.mk>
|