opnsense-ports/devel/p5-Module-Refresh/Makefile
Franco Fichtner 210a5b744b devel/p5-Module-Refresh: sync with upstream
Taken from: HardenedBSD
2017-09-16 12:51:55 +02:00

22 lines
400 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= culot@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>