cecafe6c77
PR: 199706 Submitted by: stiginge@pvv.org
25 lines
559 B
Makefile
25 lines
559 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= enum34
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python:2.7-3.3
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
PORTDOCS= *
|
|
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
(cd ${WRKSRC}/enum/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
|
|
|
.include <bsd.port.mk>
|