aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Clone/Makefile
blob: 31b3f84556522e778c6c8ca5bf7c0833e5673f3f (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
# New ports collection makefile for:    devel/p5-Clone
# Date created:             05 June 2002
# Whom:                 Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Clone
PORTVERSION=    0.23
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Clone
PKGNAMEPREFIX=  p5-

MAINTAINER= tobez@FreeBSD.org
COMMENT=    Clone - recursively copy Perl datatypes

PERL_CONFIGURE= yes

MAN3=       Clone.3

post-patch:
    ${PERL} -pi -e 'm.OPTIMIZE.&&s,.,,sg' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>