blob: bd796f3497c7bb33eac78548588f8d25d3471453 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Steven Kreuzer <skreuzer@exit2shell.com>
# $FreeBSD$
PORTNAME= stringencoders
PORTVERSION= 3.10.3
DISTVERSIONPREFIX= v
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Collection of high performance c-string transformations
USES= libtool perl5
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
BROKEN_powerpc= Does not compile on powerpc
.include <bsd.port.mk>
|