2001-01-01 10:32:01 +01:00
|
|
|
# New ports collection makefile for: Class::Tom
|
|
|
|
# Date created: 04 Nov 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-Tom
|
|
|
|
PORTVERSION= 3.02
|
2010-09-21 18:08:11 +02:00
|
|
|
PORTREVISION= 1
|
2008-05-19 15:12:08 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2009-02-01 09:34:25 +01:00
|
|
|
MASTER_SITE_SUBDIR= Class
|
2001-01-01 10:32:01 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2001-09-04 16:11:48 +02:00
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A perl module to transport objects from one system to another
|
2001-01-01 10:32:01 +01:00
|
|
|
|
2012-06-03 07:56:20 +02:00
|
|
|
BUILD_DEPENDS= p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump
|
|
|
|
RUN_DEPENDS= p5-Devel-Symdump>=0:${PORTSDIR}/devel/p5-Devel-Symdump
|
2001-01-01 10:32:01 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2001-01-01 10:32:01 +01:00
|
|
|
|
2001-03-10 05:29:37 +01:00
|
|
|
MAN3= Class::Tom.3
|
2001-01-01 10:32:01 +01:00
|
|
|
|
2012-03-13 17:15:36 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500703
|
|
|
|
RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
|
|
|
|
BUILD_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|