mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
create bsd12 branch
This commit is contained in:
19
python/py-enum34/Makefile
Normal file
19
python/py-enum34/Makefile
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user