mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
2cba6cd79f
PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
31 lines
722 B
Makefile
31 lines
722 B
Makefile
# New ports collection makefile for: p5-Yahoo-BBAuth
|
|
# Date created: 2007-07-06
|
|
# Whom: 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= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \
|
|
${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON \
|
|
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Yahoo::BBAuth.3
|
|
|
|
post-install:
|
|
${MKDIR} ${WWWDIR}/cgi-bin
|
|
${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${WWWDIR}/cgi-bin
|
|
|
|
.include <bsd.port.mk>
|