Files
bsdports/perl/p5-ExtUtils-InstallPaths/Makefile
2019-12-26 07:26:06 +00:00

21 lines
505 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/devel/p5-ExtUtils-InstallPaths/Makefile 412346 2016-04-01 14:00:51Z mat $
PORTNAME= ExtUtils-InstallPaths
PORTVERSION= 0.011
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Build.PL install path logic made easy
BUILD_DEPENDS= p5-ExtUtils-Config>=0.002:perl/p5-ExtUtils-Config
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>
#EOF