opnsense-ports/devel/p5-ExtUtils-InstallPaths/Makefile
Franco Fichtner 68407c5d1b devel/p5-ExtUtils-InstallPaths: sync with upstream
Taken from: HardenedBSD
2018-05-13 16:23:05 +02:00

23 lines
477 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= ExtUtils-InstallPaths
PORTVERSION= 0.012
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build.PL install path logic made easy
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-ExtUtils-Config>=0.002:devel/p5-ExtUtils-Config
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>