Remove python3 build limitation, new maintainer
Detailed log: - Remove python version limit 3.3-3.4 - Set architecture neutral - New maintainer: Danilo G. Baio <dbaio@bsd.com.br> - Bump PORTREVISION PR: 213146 Submitted by: dbaio@bsd.com.br (maintainer)
This commit is contained in:
parent
edf64b31b4
commit
7a43e8d606
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423114
1 changed files with 6 additions and 9 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
PORTNAME= mailcap_fix
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= dbaio@bsd.com.br
|
||||
COMMENT= Mailcap module that correctly handles windcard entries
|
||||
|
||||
LICENSE= PD
|
||||
|
@ -14,13 +15,9 @@ LICENSE_FILE= ${WRKSRC}/UNLICENSE
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= michael-lazar
|
||||
GH_TAGNAME= v${PORTVERSION}
|
||||
USES= python:3.3-3.4
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(PACKAGE_BUILDING) && ${PYTHON_VER} != ${PYTHON_DEFAULT}
|
||||
IGNORE= you have python ${PYTHON_DEFAULT} set as the default, and this needs ${PYTHON_VER}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue