# New ports collection makefile for: Class::Tom # Date created: 04 Nov 2000 # Whom: will # # $FreeBSD$ # PORTNAME= Class-Tom PORTVERSION= 3.02 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Class PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= A perl module to transport objects from one system to another BUILD_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump RUN_DEPENDS= ${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump PERL_CONFIGURE= yes MAN3= Class::Tom.3 .include .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