ead3c5fcfc
- remove USE_GROFF - add missing dependencies - install examples from gleydson soares
23 lines
448 B
Makefile
23 lines
448 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/04/08 14:51:21 jasper Exp $
|
|
|
|
COMMENT = POE component providing TCP server services for test cases
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Test-POE-Server-TCP-1.14
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
RUN_DEPENDS= devel/p5-POE
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
MODCPAN_EXAMPLES= Yes
|
|
|
|
.include <bsd.port.mk>
|