aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-Business-UPS/Makefile
blob: 4733d8992658c8e25a13cab4f54690e31b98f5e2 (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
# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$

PORTNAME=   Business-UPS
PORTVERSION=    2.0
CATEGORIES= misc perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:JWHEELER
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    UPS Interface Module

BUILD_DEPENDS=  p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5
USE_PERL5=  configure

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

.include <bsd.port.mk>