1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/py-aspyct/Makefile
Antoine Brodin 4570337600 - Stage support
- Add LICENSE
- Use PYDISTUTILS_AUTOPLIST
2014-02-05 21:12:07 +00:00

21 lines
489 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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>