mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
456 B
Makefile
22 lines
456 B
Makefile
# Ports collection Makefile for: p5-Digest-Hashcash
|
|
# Date created: 17 Dec 2005
|
|
# Whom: Gabor Kovesdan
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Digest-Hashcash
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/A/AD/ADAMBACK
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= gabor@FreeBSD.org
|
|
COMMENT= Perl extension for Hashcash hash algorithm
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Digest::Hashcash.3
|
|
|
|
.include <bsd.port.mk>
|