freebsd-ports/devel/py-traitlets/Makefile
Pawel Pekala 9d8f39a429 - Update to version 4.2.2 [1]
- Fix spelling in pkg-descr

PR:		210759
Submitted by:	maintainer [1]
2016-07-03 16:00:30 +00:00

19 lines
376 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= traitlets
PORTVERSION= 4.2.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Configuration system for Python applications
LICENSE= BSD2CLAUSE
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>