mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
f4e1f3b974
PR: 214156 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
14 lines
241 B
Makefile
14 lines
241 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt_XXTEA
|
|
PORTVERSION= 0.9.0
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= joneum@bsdproject.de
|
|
COMMENT= PEAR XXTEA encryption algorithm
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|