2006-01-12 03:39:56 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2006/01/12 08:39:56 steven Exp $
|
2004-01-17 10:58:06 -05:00
|
|
|
|
2006-01-12 03:39:56 -05:00
|
|
|
SHARED_ONLY= Yes
|
2001-03-18 23:35:55 -05:00
|
|
|
|
2003-03-01 04:22:50 -05:00
|
|
|
COMMENT= "interface to the DES encryption algorithm"
|
2001-03-18 23:35:55 -05:00
|
|
|
|
2006-01-12 03:39:56 -05:00
|
|
|
DISTNAME= Crypt-DES-2.05
|
2001-03-18 23:35:55 -05:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= security perl5
|
2002-05-15 13:58:49 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
2001-03-18 23:35:55 -05:00
|
|
|
|
|
|
|
MAINTAINER= Dan Harnett <danh@openbsd.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|