freebsd-ports/devel/py-tipper/Makefile
Alfred Perlstein 957631f0d7 category should be devel, not www.
Pointed out by: bapt
2014-11-23 22:16:32 +00:00

18 lines
348 B
Makefile

# Created by: Alfred Perlstein <alfred@freebsd.org>
# $FreeBSD$
PORTNAME= tipper
PORTVERSION= 0.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= alfred@freebsd.org
COMMENT= Tracebacks for python via SIGUSR1
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>