Create py3- variant

Assign maintainership to dbaio@bsd.com.br

PR:		217466
Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
This commit is contained in:
Steven Kreuzer 2017-03-06 14:46:04 +00:00
parent 18fa957d7a
commit 3356563f75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435539
3 changed files with 11 additions and 2 deletions

View File

@ -1372,6 +1372,7 @@
SUBDIR += py3-hunspell
SUBDIR += py3-libxml2
SUBDIR += py3-pager
SUBDIR += py3-pystemmer
SUBDIR += py3-sphinx_rtd_theme
SUBDIR += pychm
SUBDIR += qprint

View File

@ -10,13 +10,13 @@ MASTER_SITES= CHEESESHOP \
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyStemmer-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= dbaio@bsd.com.br
COMMENT= Snowball Stemming Algorithms for Information Retrieval
LICENSE= MIT BSD3CLAUSE
LICENSE_COMB= dual
USES= python
USES?= python
USE_PYTHON= distutils autoplist
post-install:

View File

@ -0,0 +1,8 @@
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
# $FreeBSD$
MASTERDIR= ${.CURDIR}/../py-pystemmer
USES= python:3.3+
.include "${MASTERDIR}/Makefile"