freebsd-ports/textproc/py3-pager/Makefile
Antoine Brodin e0aa134604 - Remove dependency on the python3 symlink
- Remove useless INSTALL_TARGET
2016-12-10 13:51:22 +00:00

19 lines
387 B
Makefile

# Created by: Babak Farrokhi <farrokhi@FreeBSD.org>
# $FreeBSD$
PORTNAME= pager
PORTVERSION= 3.3
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= farrokhi@FreeBSD.org
COMMENT= Terminal/console pager module
LICENSE= BSD3CLAUSE
USES= python:3.3+
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>