474f2278fd
update NEED_VERSION
26 lines
616 B
Makefile
26 lines
616 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/04/13 20:19:10 peter Exp $
|
|
|
|
COMMENT= "perl5 interface to GnuPG using scalars"
|
|
|
|
VERSION= 0.06
|
|
DISTNAME= GPG-${VERSION}
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
NEED_VERSION= 1.395
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MILES
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/gpg:gnupg-*:security/gnupg
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|