freebsd-ports/devel/apiextractor/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

28 lines
563 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= apiextractor
PORTVERSION= 0.10.10
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= wg@FreeBSD.org
COMMENT= API Extractor library to build PySide
LICENSE= GPLv2
BUILD_DEPENDS= sphinx-build:${PORTSDIR}/textproc/py-sphinx
USE_GITHUB= yes
GH_ACCOUNT= PySide
GH_PROJECT= Apiextractor
USES= cmake
USE_GNOME= libxml2 libxslt
USE_QT4= gui moc_build qmake_build qtestlib_build \
rcc_build uic_build xml xmlpatterns
USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
.include <bsd.port.mk>