freebsd-ports/www/p5-CIF-Client/Makefile
Frederic Culot d3b273528b - Update to 0.07 [1]
- Add LICENSE (Artistic 1 & GPL 1)
- Remove Digest::MD5 and Module::Pluggable dependencies (already in core)
- Add missing LWP::Protocol::https dependency
- Add dependencies minimum required versions
- Sort BUILD_DEPENDS

Changes:	http://search.cpan.org/dist/CIF-Client/Changes
PR:		ports/166792 [1]
Submitted by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
2012-04-11 09:23:23 +00:00

43 lines
1.4 KiB
Makefile

# New ports collection makefile for: p5-CIF-Client
# Date created: Mar 27 2012
# Whom: pauls@utdallas.edu
#
# $FreeBSD$
#
PORTNAME= CIF-Client
PORTVERSION= 0.07
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:SAXJAZMAN/cif
PKGNAMEPREFIX= p5-
MAINTAINER= pauls@utdallas.edu
COMMENT= Extends REST::Client for use with the CI-Framework REST interface
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-HTML-Table>=2.08:${PORTSDIR}/www/p5-HTML-Table \
p5-HTTP-Server-Simple>0:${PORTSDIR}/www/p5-HTTP-Server-Simple \
p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress \
p5-JSON>=2.07:${PORTSDIR}/converters/p5-JSON \
p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \
p5-REST-Client>=243:${PORTSDIR}/www/p5-REST-Client \
p5-Class-Accessor>=0.31:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Config-Simple>=4.58:${PORTSDIR}/devel/p5-Config-Simple \
p5-Digest-SHA1>=2.11:${PORTSDIR}/security/p5-Digest-SHA1 \
p5-Module-Install>=1.00:${PORTSDIR}/devel/p5-Module-Install \
p5-Regexp-Common>=2.108:${PORTSDIR}/textproc/p5-Regexp-Common \
p5-Regexp-Common-net-CIDR>=0.02:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \
p5-Snort-Rule>=1.07:${PORTSDIR}/security/p5-Snort-Rule \
p5-Text-Table>=1.114:${PORTSDIR}/textproc/p5-Text-Table
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= yes
PERL_CONFIGURE= yes
MAN3= CIF::Client.3
.include <bsd.port.mk>