aboutsummaryrefslogtreecommitdiff
path: root/devel/hachoir-regex/Makefile
blob: 4b70c23f52955600f5fc1f78d26356bd05098538 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:	hachoir-regex
# Date created:		13 July 2007
# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	hachoir-regex
PORTVERSION=	1.0.4
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	Regular expression manipulation library

USE_PYTHON=	yes
USE_PYDISTUTILS=yes

.include <bsd.port.mk>