1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/security/p5-Digest-Hashcash/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

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>