freebsd-ports/devel/p5-POE-Component-Pluggable/Makefile
Sunpoet Po-Chuan Hsieh d37bdf37ad Update to 1.28
- Add LICENSE
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/POE-Component-Pluggable/Changes
2017-02-21 16:36:51 +00:00

25 lines
504 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= POE-Component-Pluggable
PORTVERSION= 1.28
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Base class for creating plugin enabled POE Components
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-POE>=1.004:devel/p5-POE \
p5-Task-Weaken>=0:devel/p5-Task-Weaken
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>