13 lines
229 B
Makefile
13 lines
229 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
PORTNAME= Crypt_XXTEA
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR XXTEA encryption algorithm
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|