2010-12-03 06:46:46 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2010/12/03 11:46:46 ajacoutot Exp $
|
2005-02-05 18:16:08 -05:00
|
|
|
|
2007-09-15 19:29:57 -04:00
|
|
|
COMMENT= Triple-DES EDE encryption/decryption
|
2005-02-05 18:16:08 -05:00
|
|
|
|
2007-01-15 12:40:09 -05:00
|
|
|
MODULES= cpan
|
2005-02-05 18:16:08 -05:00
|
|
|
DISTNAME= Crypt-DES_EDE3-0.01
|
2010-09-15 09:52:11 -04:00
|
|
|
PKGNAME= p5-${DISTNAME:S/_/-/}
|
2010-12-03 06:46:46 -05:00
|
|
|
REVISION= 1
|
2007-01-15 12:40:09 -05:00
|
|
|
CATEGORIES= security
|
2010-10-18 17:41:44 -04:00
|
|
|
USE_GROFF = Yes
|
2005-02-05 18:16:08 -05:00
|
|
|
|
|
|
|
# Artistic
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-20 12:22:40 -05:00
|
|
|
RUN_DEPENDS= security/p5-Crypt-DES
|
2005-02-05 18:16:08 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|