mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
- Simplify port (use more of bsd.python.mk)
- Fix package build (register with easy-install) PR: ports/127968 Submitted by: mm Approved by: beech (mentor, implicit)
This commit is contained in:
parent
3c274fe369
commit
ccf7b80ce2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221373
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= wysiwyg
|
||||
PORTVERSION= 0.2.4353
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www devel python
|
||||
MASTER_SITES= http://www.sourcehosting.net/freebsd/distfiles/ \
|
||||
LOCAL/glarkin
|
||||
@ -16,15 +17,15 @@ DISTNAME= ${PORTNAME}plugin-${PORTVERSION}
|
||||
MAINTAINER= glarkin@FreeBSD.org
|
||||
COMMENT= WYSIWYG editor for Trac wiki
|
||||
|
||||
BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools
|
||||
RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
|
||||
|
||||
USE_ZIP= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/trac${PORTNAME}plugin/0.11
|
||||
NO_BUILD= yes
|
||||
USE_PYTHON= 2.3+
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_PYDISTUTILS= easy_install
|
||||
PYDISTUTILS_PKGNAME= TracWysiwyg
|
||||
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
|
||||
PLIST_SUB+= EGGVERSION=${PORTVERSION:R} PYTHONVERSION=${_PYTHON_VERSION}
|
||||
PYDISTUTILS_NOEGGINFO= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user