21 lines
358 B
Makefile
21 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>
|