freebsd-ports/devel/p5-Declare-Constraints-Simple/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

25 lines
649 B
Makefile

# Created by: Anes Muhametov <anes@anes.su>
# $FreeBSD$
PORTNAME= Declare-Constraints-Simple
PORTVERSION= 0.03
PORTREVISION= 2
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:devel/p5-Class-Inspector \
p5-aliased>=0:devel/p5-aliased \
p5-Carp-Clan>=5.3:devel/p5-Carp-Clan
RUN_DEPENDS= p5-Class-Inspector>=1.24:devel/p5-Class-Inspector \
p5-aliased>=0:devel/p5-aliased \
p5-Carp-Clan>=5.3:devel/p5-Carp-Clan
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>