1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/devel/p5-Object-Authority/Makefile
2021-04-06 16:31:07 +02:00

21 lines
468 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
PORTNAME= Object-AUTHORITY
PORTVERSION= 0.004
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module that adds an AUTHORITY method to your class
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Object-Role>=0:devel/p5-Object-Role
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>