freebsd-ports/devel/p5-Package-Variant/Makefile
Sunpoet Po-Chuan Hsieh 0ac45253ae - Fix *_DEPENDS: strictures is required for buildtime and runtime
- Bump PORTREVISION for dependency change

PR:		206687
Submitted by:	matthew
2016-02-01 19:49:41 +00:00

28 lines
677 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Package-Variant
PORTVERSION= 1.003002
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parameterizable packages
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Import-Into>=1:${PORTSDIR}/devel/p5-Import-Into \
p5-Module-Runtime>=0.013:${PORTSDIR}/devel/p5-Module-Runtime \
p5-strictures>=2:${PORTSDIR}/devel/p5-strictures
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>