mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
ac7c9771a5
PEAR RC4 encryption class. PR: ports/74384 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
24 lines
557 B
Makefile
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>
|