aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-WebService-CIA/Makefile
blob: 810f0751cacbfce3f4768eb3a9bf447647996783 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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.2
CATEGORIES= www perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= WebService
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Information from the CIA World Factbook

RUN_DEPENDS=    ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay \
        ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
        ${SITE_PERL}/MLDBM.pm:${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>