opnsense-ports/devel/py-pyrepl/Makefile
Franco Fichtner 49c7abeff8 */*: sync with upstream
Taken from: HardenedBSD
2018-01-14 08:16:55 +01:00

21 lines
417 B
Makefile

# Created by: Hye-Shik Chang
# $FreeBSD$
PORTNAME= pyrepl
PORTVERSION= 0.8.4
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Replacement for readline and interactive environment for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>