1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/p5-Google-SAML-Response/Makefile
Andrej Zverev 14d750125f Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 15:39:36 +00:00

34 lines
1.0 KiB
Makefile

# New ports collection makefile for: p5-Google-SAML-Response
# Date created: 2009-08-05
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Google-SAML-Response
PORTVERSION= 0.12
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= SAML responses for Google\'s SSO implementation
BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
p5-Crypt-OpenSSL-DSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
p5-Google-SAML-Request>=0:${PORTSDIR}/net/p5-Google-SAML-Request \
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
p5-XML-CanonicalizeXML>=0:${PORTSDIR}/textproc/p5-XML-CanonicalizeXML
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
MAN3= Google::SAML::Response.3
.include <bsd.port.mk>