1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/p5-Class-Container/Makefile
Sunpoet Po-Chuan Hsieh 16e9a25a7c Update to 0.13
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Class-Container/Changes
2017-11-05 21:16:29 +00:00

25 lines
493 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= Class-Container
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Glues object frameworks together transparently
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Params-Validate>=0:devel/p5-Params-Validate
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>