freebsd-ports/devel/p5-Class-Mix/Makefile
Sunpoet Po-Chuan Hsieh 00ff34d8d1 - Update *_DEPENDS: parent is already in all supported Perl releases
- Bump PORTREVISION for dependency change

With hat:	perl
2015-01-01 16:26:22 +00:00

23 lines
442 B
Makefile

# Created by: brix@FreeBSD.org
# $FreeBSD$
PORTNAME= Class-Mix
PORTVERSION= 0.005
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= brix@FreeBSD.org
COMMENT= Perl module for dynamic class mixing
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>