diff options
author | pgoyette <pgoyette> | 2016-05-27 23:52:05 +0000 |
---|---|---|
committer | pgoyette <pgoyette> | 2016-05-27 23:52:05 +0000 |
commit | 1b5b0a05283381c1a5608bbf96a3fbc097fb9a7a (patch) | |
tree | d01db05c95626771af18c016c6201c1fced6a02a | |
parent | 0a0dc788db35a44561e78298430405e54e3ab1f3 (diff) | |
download | pkgsrc-1b5b0a05283381c1a5608bbf96a3fbc097fb9a7a.tar.gz |
Use Makefile.common from textproc/libxml2
-rw-r--r-- | textproc/py-libxml2/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile index f9487ca6889..7a3caf5464e 100644 --- a/textproc/py-libxml2/Makefile +++ b/textproc/py-libxml2/Makefile @@ -1,13 +1,9 @@ -# $NetBSD: Makefile,v 1.52 2016/05/27 10:37:18 pgoyette Exp $ +# $NetBSD: Makefile,v 1.53 2016/05/27 23:52:05 pgoyette Exp $ + +.include "../../textproc/libxml2/Makefile.common" -DISTNAME= libxml2-2.9.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -CATEGORIES= textproc python -MASTER_SITES= ftp://xmlsoft.org/libxml2/ -#MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxml2/2.9/} -MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://xmlsoft.org/ COMMENT= Python wrapper for libxml2 LICENSE= modified-bsd |