20 lines
357 B
Makefile
20 lines
357 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= atpublic
|
||
|
PORTVERSION= 0.5
|
||
|
CATEGORIES= devel python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= acm@FreeBSD.org
|
||
|
COMMENT= Very simple decorator and function of module's all
|
||
|
|
||
|
LICENSE= APACHE20
|
||
|
|
||
|
USES= python:3
|
||
|
USE_PYTHON= autoplist distutils
|
||
|
|
||
|
MAKE_ENV= ATPUBLIC_BUILD_EXTENSION=1
|
||
|
|
||
|
.include <bsd.port.mk>
|