1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/py-aspyct/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

20 lines
471 B
Makefile

# Created by: Sofian Brabez <sbrabez@gmail.com>
# $FreeBSD$
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>