1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/py-venusian/Makefile
Muhammad Moinur Rahman 002e807c26 devel/py-venusian: Fix PORTEPOCH
- Mark ARCH independent

PR:		197424
Submitted by:	tkato432@yahoo.com
2015-05-14 09:03:11 +00:00

21 lines
393 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= venusian
PORTVERSION= 1.0
PORTEPOCH= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Python library for deferring decorator actions
LICENSE= BSD4CLAUSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>