blob: 3ba9afe2402ebee4cf17fae3c568ed758650cc3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: aturetta@commit.it
PORTNAME= Module-Refresh
PORTVERSION= 0.17
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Refresh %INC files when updated on disk
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
TEST_DEPENDS= p5-Path-Class>=0:devel/p5-Path-Class
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|