freebsd-ports/devel/p5-MooX-Attribute-ENV/Makefile
Wen Heping 1ae19f7592 - Add missing DEPENDS
Spotted by:	adamw@
2019-03-25 06:07:33 +00:00

24 lines
409 B
Makefile

# $FreeBSD$
PORTNAME= MooX-Attribute-ENV
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wen@FreeBSD.org
COMMENT= Allow Moo attributes to get their values from %ENV
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Moo>=0:devel/p5-Moo
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>