3819455296
- Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Google-SAML-Request/Changes
25 lines
594 B
Makefile
25 lines
594 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Google-SAML-Request
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Create or parse Google SAML requests
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \
|
|
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
|
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|