1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/security/p5-Digest-Perl-MD5/Makefile
Dmitry Marakasov 50a2d02edf - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-07-17 09:07:44 +00:00

22 lines
372 B
Makefile

# Created by: Gabor Kovesdan
# $FreeBSD$
PORTNAME= Digest-Perl-MD5
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ashish@FreeBSD.org
COMMENT= Perl extension for MD5 hash algorithm in pure Perl
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>