freebsd-ports/www/p5-WebService-CIA/Makefile
Mathieu Arnold b680fd3fbb Fix last commit.
Sponsored by:	Absolight
2018-07-09 08:55:17 +00:00

23 lines
494 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= WebService-CIA
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Information from the CIA World Factbook
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay \
p5-libwww>=0:www/p5-libwww \
p5-MLDBM>=0:databases/p5-MLDBM
USES= perl5
USE_PERL5= modbuild
CONFIGURE_ARGS= </dev/null
.include <bsd.port.mk>