mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
17 lines
404 B
Makefile
17 lines
404 B
Makefile
# Created by: Eugene Grosbein <ports@grosbein.net>
|
|
|
|
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:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|