openbsd-ports/devel/py-optik/Makefile
sturm 239ae26a0f - simple conversions to use the new python module
- while here, remove WWW from DESCR

all work done by Xavier Santolaria <xavier@santolaria.net>
2003-07-31 19:11:59 +00:00

27 lines
516 B
Makefile

# $OpenBSD: Makefile,v 1.8 2003/07/31 19:12:00 sturm Exp $
COMMENT= "command line parsing library for Python"
VERSION= 1.3
DISTNAME= Optik-${VERSION}
PKGNAME= py-optik-${VERSION}
CATEGORIES= devel
HOMEPAGE= http://optik.sourceforge.net/
MAINTAINER= Shell Hung <shell@openbsd.org>
# BSD License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=optik/}
MODULES= python
NO_REGRESS= Yes
.include <bsd.port.mk>