openbsd-ports/net/p5-POE-Component-Client-DNS/Makefile
2005-12-07 20:06:57 +00:00

28 lines
570 B
Makefile

# $OpenBSD: Makefile,v 1.2 2005/12/07 20:06:57 wilfried Exp $
COMMENT= "DNS module for the Perl Object Environment"
DISTNAME= POE-Component-Client-DNS-0.98
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= net perl5
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic License
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>