blob: 43b7f969bcb83fcf76d385d1130ce9189a435752 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
p5-libwww>=0:${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>
|