21 lines
458 B
Makefile
21 lines
458 B
Makefile
# $OpenBSD: Makefile,v 1.2 2004/06/20 17:45:07 avsm Exp $
|
|
|
|
COMMENT= "perl interface to the SASL auth framework"
|
|
|
|
DISTNAME= Authen-SASL-2.08
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
|
|
# same license as perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
|
|
MAINTAINER= Tom Cosgrove <tom@openbsd.org>
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|