summaryrefslogtreecommitdiff
path: root/devel/stringencoders/Makefile
blob: bd736f3ad01a09596af3c7ce2ce2cbbebdfa8a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	stringencoders
# Date created:        11 June 2007
# Whom:                Steven Kreuzer <skreuzer@exit2shell.com>
#
# $FreeBSD$
#

PORTNAME=	stringencoders
PORTVERSION=	3.7.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
DISTNAME=	${PORTNAME}-v${PORTVERSION}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Collection of high performance c-string transformations

USE_PERL5=	yes
HAS_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_AUTOTOOLS=	libtool:15

.include <bsd.port.mk>