freebsd-ports/devel/py-opster/Makefile
Vanilla I. Shu 5befc129ce Add py-opster 4.1, command line parsing speedster.
PR:		212040
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-08-24 06:17:24 +00:00

20 lines
358 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= opster
PORTVERSION= 4.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Command line parsing speedster
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>