diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 09:32:01 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 09:32:01 +0000 |
commit | 4595cbf4682065d5406c765cb08195ad23cf24f8 (patch) | |
tree | 581e1012b3371227d5ac83010277c740cb756877 /devel/p5-Class-Tom/Makefile | |
parent | 6e7bc489adf94def9b9659a0e0725e50cce75857 (diff) |
Add p5-Class-Tom 3.02, a perl module to transport objects from one system to
another.
Notes
Notes:
svn path=/head/; revision=36561
Diffstat (limited to 'devel/p5-Class-Tom/Makefile')
-rw-r--r-- | devel/p5-Class-Tom/Makefile | 29 |
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 000000000000..9f31b84ed559 --- /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> |