opnsense-ports/devel/p5-Object-Declare/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

22 lines
414 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Object-Declare
PORTVERSION= 0.23
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Declarative object constructor
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502106
TEST_DEPENDS+= p5-Test-Simple>=0:devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>