20 lines
453 B
Makefile
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>
|