ed5ba174c3
Upstream changes: 0.16 Sat Jan 17 12:29:04 GMT 2009 - Fixed 07_synopsis.t test on Cygwin 0.14 Thu Jan 15 09:43:58 GMT 2009 - Enabled 'prefix' to be specified.
21 lines
580 B
Makefile
21 lines
580 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/01/21 00:20:46 he Exp $
|
|
#
|
|
|
|
DISTNAME= Test-POE-Server-TCP-0.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Test-POE-Server-TCP/
|
|
COMMENT= POE Component providing TCP server services for tests
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-POE-[0-9]*:../../devel/p5-POE
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/POE/Server/TCP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|