1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/security/p5-PGP-Sign/Makefile
Matthew Hunt a7c8bb072d Import of the PGP::Sign module for Perl 5. Provides an interface
to PGP signature generation.

PR:		6498
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1998-05-04 03:50:45 +00:00

28 lines
585 B
Makefile

# New ports collection makefile for: p5-PGP-Sign
# Version required: 0.08
# Date created: January 2, 1998
# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
#
# $Id$
#
DISTNAME= PGP-Sign-0.08
PKGNAME= p5-PGP-Sign-0.08
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= PGP
MAINTAINER= croyle@gelemna.ft-wayne.in.us
RUN_DEPENDS= ${PREFIX}/bin/pgp:${PORTSDIR}/security/pgp
USE_PERL5= yes
MAN3= PGP::Sign.3
MANPREFIX= ${PREFIX}/lib/perl5
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>