2003-01-30 10:50:18 +01:00
|
|
|
# Ports collection makefile for: pear-Crypt_CBC
|
|
|
|
# Date created: 28 November 2002
|
|
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Crypt_CBC
|
2008-10-02 13:34:12 +02:00
|
|
|
PORTVERSION= 1.0.0
|
2003-11-13 00:46:19 +01:00
|
|
|
CATEGORIES= security www pear
|
2003-01-30 10:50:18 +01:00
|
|
|
|
2007-08-23 06:00:04 +02:00
|
|
|
MAINTAINER= tabthorpe@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= PEAR class to emulate Perl's Crypt::CBC module
|
2003-01-30 10:50:18 +01:00
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2003-01-30 10:50:18 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
CATEGORY= Crypt
|
|
|
|
FILES= CBC.php
|
2003-01-30 10:50:18 +01:00
|
|
|
|
2003-12-28 08:55:47 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2003-02-24 06:27:41 +01:00
|
|
|
.include <bsd.port.post.mk>
|