mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
Reviewed by: az M devel/py-application/Makefile M devel/py-xcaplib/Makefile M java/bouncycastle15/Makefile M net/py-msrplib/Makefile
18 lines
411 B
Makefile
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>
|