freebsd-ports/devel/p5-Test-POE-Client-TCP/Makefile
Philip M. Gollucci 76f3222580 - %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@
2010-09-24 00:44:29 +00:00

25 lines
535 B
Makefile

# New ports collection makefile for: Test-POE-Client-TCP
# Date created: 25 Mar 2009
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-POE-Client-TCP
PORTVERSION= 1.08
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= A POE Component providing TCP client services for test cases
BUILD_DEPENDS= p5-POE>=1.28:${PORTSDIR}/devel/p5-POE
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::POE::Client::TCP.3
.include <bsd.port.mk>