aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Import-Base/Makefile
blob: 03573e965f4bfe76eb17939a30dc6885b0831ba8 (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
24
25
26
27
28
# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Import-Base
PORTVERSION=	1.002
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PREACTION
PKGNAMEPREFIX=	p5-

MAINTAINER=	adamw@FreeBSD.org
COMMENT=	Import a set of modules into the calling module

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Import-Into>=1.002005:${PORTSDIR}/devel/p5-Import-Into \
		p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Dancer2-Plugin-Ajax>=0:${PORTSDIR}/www/p5-Dancer2-Plugin-Ajax \
		p5-Dancer2>=0:${PORTSDIR}/www/p5-Dancer2 \
		p5-Moo>=0:${PORTSDIR}/devel/p5-Moo

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>