aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_CBC/Makefile
blob: d276390a1f82d38f07b929dfb0d552bd6c052b00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Created by: Thierry Thomas (<thierry@pompo.net>)
# $FreeBSD$

PORTNAME=	Crypt_CBC
PORTVERSION=	1.0.1
CATEGORIES=	security www pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR class to emulate Perl's Crypt::CBC module

USES=		pear

.include <bsd.port.mk>