91a1caa242
Hope to see you back! Thank for all the work!
13 lines
256 B
Makefile
13 lines
256 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt_CBC
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= PEAR class to emulate Perl's Crypt::CBC module
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|