aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Tom/Makefile
blob: 383f658c6ea197dcfad1539639dd85369c717268 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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= 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

MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3=       Class::Tom.3

.include <bsd.port.mk>