diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-01-17 22:11:57 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-01-17 22:11:57 +0000 |
commit | 8196af5e02f812ad8f13eac879fa790ad20b4e57 (patch) | |
tree | 03b8cc3dfc31b647e1f7562ddc3b655c0a17e4e3 /textproc/py-libtre | |
parent | a8c46ec7b27e900e15fc9d1f7c357d5116938e02 (diff) |
- Mirror the distfile locally
- Remove MD5 checksum from distinfo
- Add LICENSE information
Approved by: makc, miwi (mentors, implicit)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=267923
Diffstat (limited to 'textproc/py-libtre')
-rw-r--r-- | textproc/py-libtre/Makefile | 5 | ||||
-rw-r--r-- | textproc/py-libtre/distinfo | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/py-libtre/Makefile b/textproc/py-libtre/Makefile index 92b1b833b848..1aff98ab8f97 100644 --- a/textproc/py-libtre/Makefile +++ b/textproc/py-libtre/Makefile @@ -8,7 +8,8 @@ PORTNAME= libtre PORTVERSION= 0.8.0 CATEGORIES= textproc python -MASTER_SITES= http://laurikari.net/tre/ +MASTER_SITES= http://laurikari.net/tre/ \ + LOCAL/bf PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= tre-${PORTVERSION} @@ -17,6 +18,8 @@ COMMENT= Python interface for the tre regular expressions library LIB_DEPENDS= tre.5:${PORTSDIR}/textproc/libtre +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/textproc/py-libtre/distinfo b/textproc/py-libtre/distinfo index d08b6e2143b7..5cec88979c08 100644 --- a/textproc/py-libtre/distinfo +++ b/textproc/py-libtre/distinfo @@ -1,3 +1,2 @@ -MD5 (tre-0.8.0.tar.bz2) = b4d3232593dadf6746f4727bdda20b41 SHA256 (tre-0.8.0.tar.bz2) = 8dc642c2cde02b2dac6802cdbe2cda201daf79c4ebcbb3ea133915edf1636658 SIZE (tre-0.8.0.tar.bz2) = 380714 |