mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
25 lines
531 B
Makefile
25 lines
531 B
Makefile
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-Object
|
|
PORTVERSION= 0.61
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Data Type Objects for Perl 5
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Moo>=2.000001:devel/p5-Moo \
|
|
p5-Type-Tiny>=1.000005:devel/p5-Type-Tiny \
|
|
p5-Type-Tiny-Signatures>=0.07:devel/p5-Type-Tiny-Signatures
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|