aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Class-Tom/Makefile
blob: e209cac727ec306e3439d8ff288a8f127c63badf (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                   
                           
                    

                   
                                 
                                                                             

                                                                                  
                                                                                          
                                
 
                                                         
                   
 
                            
 
                      
# New ports collection makefile for:	Class::Tom
# Date created:				04 Nov 2000
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	Class-Tom
PORTVERSION=	3.02
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
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 \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
RUN_DEPENDS=	${BUILD_DEPENDS}

SITE_PERL=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE=	yes

MAN3=		Class::Tom.3

.include <bsd.port.mk>