aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-ExtUtils-InstallPaths/Makefile
blob: 864e5542b97b0fcf8928cc2a4cda2b427e2d13b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   ExtUtils-InstallPaths
PORTVERSION=    0.009
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:${PORTSDIR}/devel/p5-ExtUtils-Config
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       ExtUtils::InstallPaths.3

.include <bsd.port.mk>