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:
parent
18fa957d7a
commit
3356563f75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435539
@ -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
|
||||
|
@ -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:
|
||||
|
8
textproc/py3-pystemmer/Makefile
Normal file
8
textproc/py3-pystemmer/Makefile
Normal 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"
|
Loading…
Reference in New Issue
Block a user