mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
ee07e7cac7
- Add NO_ARCH PR: 209053 Submitted by: olivierd
20 lines
387 B
Makefile
20 lines
387 B
Makefile
# Created by: Bartek Rutkowski <ports@robakdesign.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= click
|
|
PORTVERSION= 6.6
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= robak@FreeBSD.org
|
|
COMMENT= Python package for creating command line interfaces
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|