2013-03-15 03:20:50 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2004-11-27 06:33:33 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt_RC4
|
2010-11-04 11:01:41 +01:00
|
|
|
PORTVERSION= 1.0.3
|
2004-11-27 06:33:33 +01:00
|
|
|
CATEGORIES= security www pear
|
|
|
|
|
2009-12-01 22:46:50 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2004-11-27 06:33:33 +01:00
|
|
|
COMMENT= PEAR encryption class for RC4 encryption
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-15 03:20:50 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-11-27 06:33:33 +01:00
|
|
|
|
2013-03-15 03:20:50 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2004-11-27 06:33:33 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-11-27 06:33:33 +01:00
|
|
|
.include <bsd.port.post.mk>
|