ports/devel/py-application/Makefile
Eugene Grosbein 813f9303d3 Switch MAINTAINER to my new account for my ports.
Reviewed by:	az

M    devel/py-application/Makefile
M    devel/py-xcaplib/Makefile
M    java/bouncycastle15/Makefile
M    net/py-msrplib/Makefile
2017-03-11 18:54:45 +00:00

18 lines
411 B
Makefile

# Created by: Eugene Grosbein <ports@grosbein.net>
# $FreeBSD$
PORTNAME= application
PORTVERSION= 1.2.9
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= eugen@FreeBSD.org
COMMENT= Basic building blocks for python applications
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>