Import security/p5-Yahoo-BBAuth version 0.50
[dports.git] / security / p5-Yahoo-BBAuth / Makefile
1 # New ports collection makefile for:    p5-Yahoo-BBAuth
2 # Date created:         2007-07-06
3 # Whom:                 Gea-Suan Lin <gslin@gslin.org>
4 #
5 # $FreeBSD: ports/security/p5-Yahoo-BBAuth/Makefile,v 1.4 2012/11/17 06:01:14 svnexp Exp $
6 #
7
8 PORTNAME=       Yahoo-BBAuth
9 PORTVERSION=    0.50
10 CATEGORIES=     security www perl5
11 MASTER_SITES=   CPAN
12 MASTER_SITE_SUBDIR=     Yahoo
13 PKGNAMEPREFIX=  p5-
14
15 MAINTAINER=     gslin@gslin.org
16 COMMENT=        Perl interface to the Yahoo! Browser-Based Authentication
17
18 RUN_DEPENDS=    p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
19                 p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
20                 p5-libwww>=0:${PORTSDIR}/www/p5-libwww
21
22 PERL_CONFIGURE= yes
23
24 MAN3=           Yahoo::BBAuth.3
25
26 post-install:
27         ${MKDIR} ${WWWDIR}/cgi-bin
28         ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${WWWDIR}/cgi-bin
29
30 .include <bsd.port.mk>