aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Types-Stringlike/Makefile
blob: 6cbeee350f0a0bfecb2d042c7edaabeffabad854 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	MooseX-Types-Stringlike
PORTVERSION=	0.003
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension of Moose type constraints for string-like objects

LICENSE=	APACHE20

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

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	YES

.include <bsd.port.mk>