openbsd-ports/net/p5-POE-Component-Client-DNS/Makefile
alek 8f9477ec3f Update to 0.99
From Jasper Lievisse Adriaanse <jasper@nedbsd.nl>

Maintainer time-out
2006-06-06 08:21:20 +00:00

28 lines
559 B
Makefile

# $OpenBSD: Makefile,v 1.3 2006/06/06 08:21:20 alek Exp $
COMMENT= "DNS module for the Perl Object Environment"
DISTNAME= POE-Component-Client-DNS-0.99
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic/GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-POE \
::net/p5-Net-DNS
CONFIGURE_STYLE=perl
PKG_ARCH= *
.include <bsd.port.mk>