summaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Tom/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-01-01 09:32:01 +0000
committerwill <will@FreeBSD.org>2001-01-01 09:32:01 +0000
commite94a59cacc4ae7b1492944f00cc50e0b14a3f2d9 (patch)
tree2c1eb66ec94b1080c771cdf35e743b10ff0f2597 /devel/p5-Class-Tom/Makefile
parent40cd521662a58fcdea8aa9d72cd7506b65741702 (diff)
downloadFreeBSD-ports-e94a59cacc4ae7b1492944f00cc50e0b14a3f2d9.zip
FreeBSD-ports-e94a59cacc4ae7b1492944f00cc50e0b14a3f2d9.tar.gz
Add p5-Class-Tom 3.02, a perl module to transport objects from one system to
another.
Diffstat (limited to 'devel/p5-Class-Tom/Makefile')
-rw-r--r--devel/p5-Class-Tom/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-Class-Tom/Makefile b/devel/p5-Class-Tom/Makefile
new file mode 100644
index 0000000..9f31b84
--- /dev/null
+++ b/devel/p5-Class-Tom/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: Class::Tom
+# Date created: 04 Nov 2000
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= Class-Tom
+PORTVERSION= 3.02
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Class
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump \
+ ${SITE_PERL}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+
+SITE_PERL= ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/
+USE_PERL5= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-configure:
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
+ CC="${CC}" CCFLAGS="${CFLAGS}"
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud