fdaadcae02
- ExtUtils::MakeMaker 6.42+, File::Temp 0.19+ and Test::More are already in all supported Perl releases - Path::Class is a test-only dependency - Add LICENSE [1] - Remove unnecessary MASTER_SITE_SUBDIR Approved by: portmgr (implicit) [1] With hat: perl
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# Created by: aturetta@commit.it
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Module-Refresh
|
|
PORTVERSION= 0.17
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lippe@FreeBSD.org
|
|
COMMENT= Refresh %INC files when updated on disk
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|