bfce5783ba
- Update package for p5 module Test::POE::Server::TCP to 1.02 - adjust dependencies to fit requirements from META.yml Upstream changes: 1.02 Tue Apr 7 21:10:28 BST 2009 - Make auto_set_repository() only run at author-time 1.00 Mon Apr 6 22:56:27 BST 2009 - Bump version for 'stable' release - add auto set repository to Makefile.PL 0.18 Mon Feb 2 12:36:52 GMT 2009 - Fixed 10_prefix.t test on Cygwin
23 lines
683 B
Makefile
23 lines
683 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/04/12 11:53:33 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Test-POE-Server-TCP-1.02
|
|
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
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-POE>=1.004:../../devel/p5-POE
|
|
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.50:../../devel/p5-ExtUtils-MakeMaker
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Test/POE/Server/TCP/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|