aboutsummaryrefslogtreecommitdiff
path: root/devel/stringencoders/Makefile
blob: 2572054bad1d8ec2d56cf7669dbe49e11991f009 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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:22

.include <bsd.port.pre.mk>

.if ${ARCH} == "powerpc"
BROKEN=		Does not compile on powerpc
.endif

.include <bsd.port.post.mk>