summaryrefslogtreecommitdiff
path: root/misc/p5-Business-UPS/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 08:47:59 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 08:47:59 +0000
commita2642d71c4317cbf7582a51b64ef98a0dd0cd048 (patch)
tree1cc0e2d08a5f61da0525746b47b7a3f2d7e21112 /misc/p5-Business-UPS/Makefile
parentadd p5-Business-ISIN 0.20 (diff)
add p5-Business-UPS 1.13
A UPS Interface Module PR: 34250 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=61923
Diffstat (limited to 'misc/p5-Business-UPS/Makefile')
-rw-r--r--misc/p5-Business-UPS/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/misc/p5-Business-UPS/Makefile b/misc/p5-Business-UPS/Makefile
new file mode 100644
index 000000000000..2ac730137e85
--- /dev/null
+++ b/misc/p5-Business-UPS/Makefile
@@ -0,0 +1,33 @@
+# 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
+
+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>