freebsd-ports/security/p5-Net-OpenID-Common/Makefile

27 lines
671 B
Makefile
Raw Normal View History

2013-05-22 10:48:30 +02:00
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-OpenID-Common
2016-02-08 10:02:02 +01:00
PORTVERSION= 1.20
CATEGORIES= security net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Libraries shared between Net::OpenID::Consumer and Net::OpenID::Server
2016-02-08 10:02:02 +01:00
LICENSE= ARTPERL10
BUILD_DEPENDS= p5-Crypt-DH-GMP>=0:net/p5-Crypt-DH-GMP \
p5-Email-MIME-ContentType>=0:mail/p5-Email-MIME-ContentType \
p5-HTML-Parser>=0:www/p5-HTML-Parser \
p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-URI>=0:net/p5-URI \
p5-XML-Simple>=0:textproc/p5-XML-Simple
2013-11-06 08:39:31 +01:00
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>