b29c73b732
- Add BUILD_DEPENDS Changes: http://search.cpan.org/dist/Devel-GlobalDestruction/Changes
36 lines
899 B
Makefile
36 lines
899 B
Makefile
# New ports collection makefile for: devel/p5-Devel-GlobalDestruction
|
|
# Date created: 3 Sep 2008
|
|
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Devel-GlobalDestruction
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Expose PL_dirty, the flag which marks global destruction
|
|
|
|
BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
|
RUN_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Devel::GlobalDestruction.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501200
|
|
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder
|
|
.endif
|
|
|
|
.if ${PERL_LEVEL} < 501400
|
|
PLIST_SUB+= OLD_PERL_PLIST="" NEW_PERL_PLIST="@comment "
|
|
.else
|
|
PLIST_SUB+= OLD_PERL_PLIST="@comment " NEW_PERL_PLIST=""
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|