freebsd-ports/devel/stringencoders/Makefile
Baptiste Daroussin 18799b8ce3 support stage
2014-02-06 23:32:29 +00:00

20 lines
453 B
Makefile

# Created by: Steven Kreuzer <skreuzer@exit2shell.com>
# $FreeBSD$
PORTNAME= stringencoders
PORTVERSION= 3.10.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-v${PORTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Collection of high performance c-string transformations
USES= perl5 libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
BROKEN_powerpc= Does not compile on powerpc
.include <bsd.port.mk>