of -current since a few days ago thanks to millert@ NOTE: If you are not tracking -current and are using the -current ports tree this where you will run into trouble as dependencies on these ports are removed. For -current users, make sure your system is up-to-date
27 lines
608 B
Makefile
27 lines
608 B
Makefile
# $OpenBSD: Makefile,v 1.13 2002/10/30 00:03:38 pvalchev Exp $
|
|
|
|
IGNORE= "comes with ${OPSYS} as of release 3.3"
|
|
|
|
COMMENT= "modules for net-based applications"
|
|
|
|
DISTNAME= libnet-1.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
NEED_VERSION= 1.504
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/Net/libnetFAQ.html
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
REGRESS_DEPENDS= ::devel/p5-Test-Harness
|
|
|
|
.include <bsd.port.mk>
|