aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Declare-Constraints-Simple/Makefile
blob: bec90ac9b86481ce5c18e762c62bcdaeb76bd9a2 (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
29
30
31
32
33
34
35
36
37
38
39
# Created by: Anes Muhametov <anes@anes.su>
# $FreeBSD$

PORTNAME=	Declare-Constraints-Simple
PORTVERSION=	0.03
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:PHAYLON
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Declarative Validation of Perl Data Structures

BUILD_DEPENDS=	p5-Class-Inspector>=1.24:${PORTSDIR}/devel/p5-Class-Inspector \
		p5-aliased>=0:${PORTSDIR}/devel/p5-aliased \
		p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan
RUN_DEPENDS=	p5-Class-Inspector>=1.24:${PORTSDIR}/devel/p5-Class-Inspector \
		p5-aliased>=0:${PORTSDIR}/devel/p5-aliased \
		p5-Carp-Clan>=5.3:${PORTSDIR}/devel/p5-Carp-Clan

USES=		perl5
USE_PERL5=	configure

MAN3=	Declare::Constraints::Simple::Library::Scalar.3 \
	Declare::Constraints::Simple::Library::Operators.3 \
	Declare::Constraints::Simple::Library::Array.3 \
	Declare::Constraints::Simple::Library.3 \
	Declare::Constraints::Simple::Library::Exportable.3 \
	Declare::Constraints::Simple::Library::Referencial.3 \
	Declare::Constraints::Simple::Result.3 \
	Declare::Constraints::Simple.3 \
	Declare::Constraints::Simple::Library::OO.3 \
	Declare::Constraints::Simple::Library::Numerical.3 \
	Declare::Constraints::Simple::Library::Hash.3 \
	Declare::Constraints::Simple::Library::Base.3 \
	Declare::Constraints::Simple::Library::General.3

.include <bsd.port.mk>