2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Anes Muhametov <anes@anes.su>
|
2010-12-07 20:18:08 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Declare-Constraints-Simple
|
|
|
|
PORTVERSION= 0.03
|
2012-01-10 19:48:43 +01:00
|
|
|
PORTREVISION= 1
|
2010-12-07 20:18:08 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:PHAYLON
|
2010-12-07 20:18:08 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Declarative Validation of Perl Data Structures
|
|
|
|
|
2012-01-10 19:48:43 +01:00
|
|
|
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
|
2010-12-07 20:18:08 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2010-12-07 20:18:08 +01:00
|
|
|
|
2011-06-20 10:37:15 +02:00
|
|
|
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
|
2010-12-07 20:18:08 +01:00
|
|
|
|
2013-09-20 19:13:42 +02:00
|
|
|
NO_STAGE= yes
|
2010-12-07 20:18:08 +01:00
|
|
|
.include <bsd.port.mk>
|