2006-06-06 04:21:20 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2006/06/06 08:21:20 alek Exp $
|
2005-05-24 12:46:25 -04:00
|
|
|
|
|
|
|
COMMENT= "DNS module for the Perl Object Environment"
|
|
|
|
|
2006-06-06 04:21:20 -04:00
|
|
|
DISTNAME= POE-Component-Client-DNS-0.99
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
2005-05-24 12:46:25 -04:00
|
|
|
CATEGORIES= net perl5
|
|
|
|
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
|
2006-06-06 04:21:20 -04:00
|
|
|
# Artistic/GPL
|
2005-05-24 12:46:25 -04:00
|
|
|
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}
|
2005-12-07 15:06:57 -05:00
|
|
|
RUN_DEPENDS= ::devel/p5-POE \
|
|
|
|
::net/p5-Net-DNS
|
2005-05-24 12:46:25 -04:00
|
|
|
|
2006-06-06 04:21:20 -04:00
|
|
|
CONFIGURE_STYLE=perl
|
2005-05-24 12:46:25 -04:00
|
|
|
|
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|