Files
bsdports/perl/p5-Class-Container/Makefile
2019-12-26 07:26:06 +00:00

21 lines
495 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD: head/devel/p5-Class-Container/Makefile 453567 2017-11-05 21:16:29Z sunpoet $
PORTNAME= Class-Container
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Glues object frameworks together transparently
BUILD_DEPENDS= p5-Params-Validate>=0:perl/p5-Params-Validate
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>