freebsd-ports/devel/p5-Data-Object/Makefile
Sunpoet Po-Chuan Hsieh 74a38c9f9d Update to 0.96
- Take maintainership

Changes:	https://metacpan.org/changes/distribution/Data-Object
2019-04-10 20:29:12 +00:00

29 lines
672 B
Makefile

# Created by: Adam Weinberger <adamw@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Object
PORTVERSION= 0.96
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Data Type Objects for Perl 5
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Function-Parameters>=2.001003:devel/p5-Function-Parameters \
p5-Import-Into>=1.002005:devel/p5-Import-Into \
p5-Moo>=2.000001:devel/p5-Moo \
p5-Role-Tiny>=2.000006:devel/p5-Role-Tiny \
p5-Try-Tiny>=0.30:lang/p5-Try-Tiny \
p5-Type-Tiny>=1.000005:devel/p5-Type-Tiny
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>