1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/p5-WebService-CIA/Makefile
2013-11-07 16:38:13 +00:00

23 lines
517 B
Makefile

# Created by: 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:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
CONFIGURE_ARGS= </dev/null
.include <bsd.port.mk>