89e07f4a18
Approved by: portmgr (implicit)
15 lines
304 B
Makefile
15 lines
304 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hachoir-regex
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
MAINTAINER= lwhsu@FreeBSD.org
|
|
COMMENT= Regular expression manipulation library
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
|
|
.include <bsd.port.mk>
|