freebsd-ports/devel/dreampie/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

22 lines
462 B
Makefile

# Created by: Ju Pengfei <jupengfei@gmail.com>
# $FreeBSD$
PORTNAME= dreampie
PORTVERSION= 1.2.1
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
MAINTAINER= rm@FreeBSD.org
COMMENT= Python shell which is designed to be reliable and fun
LICENSE= GPLv3
USE_GNOME= pygtk2 pygtksourceview
USES= python:2.7
USE_PYTHON= distutils autoplist
pre-patch:
@${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py
.include <bsd.port.mk>