mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
db4663d539
Sponsored by: Netzkommune GmbH
14 lines
268 B
Makefile
14 lines
268 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt_RC4
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR encryption class for RC4 encryption
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|