# New ports collection makefile for: py-xmlrpc # Date created: 22 April 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= xmlrpc PORTVERSION= 0.8.8.3 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= py-${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py-${PORTNAME}-${PORTVERSION} MAINTAINER= perky@FreeBSD.org COMMENT= A fast implementation of the xmlrpc spec for Python USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= py-xmlrpc EXAMPLESDIR= ${PREFIX}/share/examples/py-xmlrpc .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${EXAMPLESDIR} ${TAR} -C ${WRKSRC}/examples -cf- . | ${TAR} -C ${EXAMPLESDIR} -xpf- .endif .include ww.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove llvm39 as it no longer has any dependencies.brooks2018-05-0921-3438/+0
* - Switch to new test frameworkamdmi32018-04-241-1/+1
* Remove a needless include of vm/pmap.h which broke the i386 build withbrooks2018-04-204-10/+16
* devel/llvm*: Fix wrapper scripts to support symlinking to themtobik2018-03-312-2/+3
* Fix CCACHE_BUILD support.bdrewery2018-03-211-1/+1
* Simplify Makefile: use PY_ENUM34sunpoet2018-02-271-4/+1
* Fix python dependency: restrict to python 2.7.brooks2018-01-201-3/+3
* Remove USES=execinfo.mat2017-09-221-1/+0
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
* Make ninja opt-out in cmake.mktcberner2017-06-261-1/+1
* Adapt to ino64 changes.[0]brooks2017-05-254-23/+76
* Fix build when LOCALBASE is not /usr/local.bdrewery2017-05-231-0/+2
* Remove svn keywords from patches.mat2017-05-154-12/+0
* Fix SHEBANG_FILES when the EXTRAS option is disabled.brooks2017-04-211-4/+4
* - Fix Shebangsmiwi2017-04-171-2/+10
* Remove the misspelled ONLY_FOR_ARCH definitions, which referred to anlinimon2017-04-151-2/+0
* The LLDB option requires CLANG so make it imply CLANG.brooks2017-04-061-3/+10
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
* devel/openmp: link libomp.so against -lm for clang 3.6+jbeich2017-03-292-1/+31
* Apply the changes from FreeBSD r314883:brooks2017-03-094-2/+90
* Attempt to fix build on armv6.brooks2017-02-211-0/+6
* Apply upstream r294806, remove struct_rtentry_sz on FreeBSDantoine2017-02-122-0/+33
* Remove BROKEN_FreeBSD_9sunpoet2017-01-011-2/+0
* Disable LLVM_LINK_LLVM_DYLIB for now.brooks2016-12-231-1/+2
* Upgrade to 3.9.1.brooks2016-12-223-19/+18
* Allow build on non-clang using architectures such as powerpc.brooks2016-12-103-4/+15
* Update devel/cmake* to 3.7.1 [1]tcberner2016-12-091-0/+4
* portlint fixes:brooks2016-11-161-12/+9
* Build shared libraries.brooks2016-11-163-2/+18
* Install missing lit components.brooks2016-11-032-2/+10
* Apply a patch from upstream to (hopefully) fix a race in documentationbrooks2016-10-251-0/+26
* ${RM} already has -f.mat2016-10-211-1/+1
* Look for ld.gold under LOCALBASE to fix DragonFly builds.brooks2016-10-071-2/+2
* Import Clang's r280672 into our devel/llvm39 portbrooks2016-09-302-2/+43
* Upgrade to 3.9.0 release.brooks2016-09-033-27/+64
* Attempt to fix build on platforms that don't support COMPILER_RT.brooks2016-09-021-2/+14
* Actually install sanatizers in the right place.brooks2016-08-311-1/+2
* Update to RC3.brooks2016-08-302-17/+16
* Revert enabling of shared libraries in r420988.brooks2016-08-301-3/+3
* Only enable the GOLD option by defult on amd64.brooks2016-08-281-4/+4
* Style fix: use ${MV} rather than mv.brooks2016-08-271-1/+1
* Put santizers where clang expects to find them.brooks2016-08-271-1/+6
* Update to 3.9.0rc2.brooks2016-08-253-16/+24