freebsd-ports/security/p5-Digest-Nilsimsa/Makefile
Andrej Zverev ccbf063100 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 17:17:46 +00:00

18 lines
323 B
Makefile

# Created by: Yen-Ming Lee <leeym@leeym.com>
# $FreeBSD$
PORTNAME= Digest-Nilsimsa
PORTVERSION= 0.06
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= leeym@FreeBSD.org
COMMENT= Perl version of Nilsimsa code
USES= perl5
USE_PERL5= configure
MAN3= Digest::Nilsimsa.3
.include <bsd.port.mk>