18 lines
344 B
Makefile
18 lines
344 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/08/30 17:14:21 jasper Exp $
|
||
|
|
||
|
COMMENT= Reusable tests for POE::Loop authors
|
||
|
|
||
|
MODULES= cpan
|
||
|
DISTNAME= POE-Test-Loops-1.021
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
HOMEPAGE= http://poe.perl.org/
|
||
|
|
||
|
# perl
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|