aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Types-Signal/Makefile
blob: 1e1560c8f3886156582a0837932ed4a9fa99dc1e (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
# Created by: Denis Pokataev <catone@cpan.org>

PORTNAME=	MooseX-Types-Signal
PORTVERSION=	1.101932
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Type to represent valid UNIX or Perl signals

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-MooseX-Types>0:devel/p5-MooseX-Types

TEST_DEPENDS=	p5-Test-Exception>0:devel/p5-Test-Exception \
		p5-Moose>0:devel/p5-Moose

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>