freebsd-ports/security/pear-Crypt_CBC/Makefile
Norikatsu Shigemura 18aaf250ba Remove pkg-deinstall.
Bump PORTREVISION accordingly.

Submitted by:	Thierry Thomas <thierry@pompo.net>
Pointy hat to:	myself
2003-06-08 16:04:58 +00:00

27 lines
672 B
Makefile

# Ports collection makefile for: pear-Crypt_CBC
# Date created: 28 November 2002
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= Crypt_CBC
PORTVERSION= 0.4
PORTREVISION= 2
CATEGORIES= security www
MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR class to emulate Perl's Crypt::CBC module
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common"
do-install:
@${MKDIR} ${PEARDIR}/Crypt
@${CP} -Rp ${WRKSRC}/CBC.php ${PEARDIR}/Crypt
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Crypt
.include <bsd.port.post.mk>