1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/security/pear-Crypt_RC4/Makefile
Edwin Groothuis ac7c9771a5 New port: security/pear-Crypt_RC4 PEAR encryption class for RC4 encryption
PEAR RC4 encryption class.

PR:		ports/74384
Submitted by:	Antônio Carlos Venâncio Júnior <antonio@php.net>
2004-11-27 05:33:33 +00:00

24 lines
557 B
Makefile

# Ports collection makefile for: pear-Crypt_RC4
# Date created: 25 November 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= Crypt_RC4
PORTVERSION= 1.0.2
CATEGORIES= security www pear
MAINTAINER= antonio@php.net
COMMENT= PEAR encryption class for RC4 encryption
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Crypt
FILES= Rc4.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>