92144196a4
(part 9). Approved by: portmgr (itetcu)
27 lines
637 B
Makefile
27 lines
637 B
Makefile
# New ports collection makefile for: p5-Google-SAML-Request
|
|
# Date created: 2009-08-05
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Google-SAML-Request
|
|
PORTVERSION= 0.04
|
|
PORTREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Create or parse Google\'s SAML requests
|
|
|
|
RUN_DEPENDS= p5-Compress-Zlib>0:${PORTSDIR}/archivers/p5-Compress-Zlib \
|
|
p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \
|
|
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
|
p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Google::SAML::Request.3
|
|
|
|
.include <bsd.port.mk>
|