63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
29 lines
732 B
Makefile
29 lines
732 B
Makefile
# New ports collection makefile for: p5-WebService-CIA
|
|
# Date created: 2007-05-02
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= WebService-CIA
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Information from the CIA World Factbook
|
|
|
|
RUN_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-MLDBM>=0:${PORTSDIR}/databases/p5-MLDBM
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
CONFIGURE_ARGS= </dev/null
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= WebService::CIA.3 WebService::CIA::Parser.3 \
|
|
WebService::CIA::Source.3 WebService::CIA::Source::DBM.3 \
|
|
WebService::CIA::Source::Web.3
|
|
|
|
.include <bsd.port.mk>
|