26938cbd17
claudio no longer uses this, so remove him from maintainer.
18 lines
356 B
Makefile
18 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/01/11 21:59:43 steven Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "interface to the rijndael encryption algorithm aka AES"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-Rijndael-1.01
|
|
CATEGORIES= security
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|