freebsd-ports/devel/py-aspyct/Makefile
2021-04-06 16:31:07 +02:00

18 lines
464 B
Makefile

# Created by: Sofian Brabez <sbrabez@gmail.com>
PORTNAME= aspyct
PORTVERSION= 3.0
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20beta%204
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:C/a/A/}-${PORTVERSION}_beta_4
MAINTAINER= sbz@FreeBSD.org
COMMENT= Python library including an aspect-oriented programming (AOP) engine
LICENSE= LGPL3
USES= python:3.6+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>