20 lines
382 B
Makefile
20 lines
382 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/11/19 22:31:36 espie Exp $
|
|
|
|
COMMENT= DNS module for the Perl Object Environment
|
|
|
|
MODULES= cpan
|
|
DISTNAME= POE-Component-Client-DNS-1.03
|
|
CATEGORIES= net
|
|
USE_GROFF = Yes
|
|
|
|
# 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>
|