mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
20 lines
447 B
Makefile
20 lines
447 B
Makefile
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
|
|
# $FreeBSD: head/devel/py-enum34/Makefile 416794 2016-06-12 11:10:00Z bofh $
|
|
|
|
PORTNAME= enum34
|
|
PORTVERSION= 1.1.6
|
|
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
|
|
|
|
USES= python:2.7-3.3
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|