aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Business-UPS/Makefile
blob: d88fa635f738b50a3ebb820934fa84f3f7a9ac10 (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
31
32
33
34
# New ports collection makefile for:    Business::UPS
# Date created:             24 Jan 2002
# Whom:                 Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#

PORTNAME=   Business-UPS
PORTVERSION=    1.13
CATEGORIES= misc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Business
PKGNAMEPREFIX=  p5-

MAINTAINER= svenasse@polaris.ca
COMMENT=    A UPS Interface Module

BUILD_DEPENDS=  ${SITE_PERL}/LWP/Simple.pm:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS=    ${BUILD_DEPENDS}

SITE_PERL=  ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
EXAMPLESDIR?=   ${PREFIX}/share/examples/${PORTNAME}
PERL_CONFIGURE= yes

MAN3=       Business::UPS.3
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${EXAMPLESDIR}
    @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>