freebsd-ports/devel/p5-Module-Refresh/Makefile
Andrej Zverev 10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00

27 lines
670 B
Makefile

# New ports collection makefile for: p5-Module-Refresh
# Date created: 13 February 2005
# Whom: aturetta@commit.it
#
# $FreeBSD$
#
PORTNAME= Module-Refresh
PORTVERSION= 0.17
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Refresh %INC files when updated on disk
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
p5-File-Temp>=0.19:${PORTSDIR}/devel/p5-File-Temp \
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
PERL_CONFIGURE= yes
MAN3= Module::Refresh.3
.include <bsd.port.mk>