mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
30 lines
615 B
Makefile
30 lines
615 B
Makefile
# Created by: Takefu
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= POE-Quickie
|
|
PORTVERSION= 0.18
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= takefu@airport.fm
|
|
COMMENT= Lazy way to wrap blocking code and programs
|
|
|
|
LICENSE= GPLv1 ART10
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-POE>=1.350:${PORTSDIR}/devel/p5-POE
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
TEST_DEPENDS= p5-Capture-Tiny>=0.07:${PORTSDIR}/devel/p5-Capture-Tiny \
|
|
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-patch:
|
|
@${RM} ${WRKSRC}/lib/POE/Quickie.pm.orig
|
|
|
|
.include <bsd.port.mk>
|