6ff83fb5fc
from new maintainer Jasper Lievisse Adriaanse <jasper at nedbsd.nl>
24 lines
462 B
Makefile
24 lines
462 B
Makefile
# $OpenBSD: Makefile,v 1.8 2005/12/08 08:55:01 steven Exp $
|
|
|
|
COMMENT= "perl module for IPv4 address parsing"
|
|
|
|
DISTNAME= Net-IP-1.24
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= net perl5
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|