b829927e43
from Xavier Santolaria <xavier@santolaria.net>
28 lines
518 B
Makefile
28 lines
518 B
Makefile
# $OpenBSD: Makefile,v 1.4 2003/08/01 13:54:53 sturm Exp $
|
|
|
|
COMMENT= "python DNS library"
|
|
|
|
VERSION= 2.3.0
|
|
DISTNAME= pydns-${VERSION}
|
|
PKGNAME= py-dns-${VERSION}
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pydns/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
HOMEPAGE= http://pydns.sourceforge.net/
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
# Python License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|