19 lines
370 B
Makefile
19 lines
370 B
Makefile
# $OpenBSD: Makefile,v 1.8 2009/03/23 08:39:34 jasper Exp $
|
|
|
|
COMMENT= DNS module for the Perl Object Environment
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-Component-Client-DNS-1.03
|
|
CATEGORIES= net
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= ::devel/p5-POE \
|
|
::net/p5-Net-DNS
|
|
|
|
.include <bsd.port.mk>
|