blob: 98918ea562cb6ee746516ad1c19f713287f0449f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
PORTNAME= PerlIO-via-MD5
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= PerlIO layer for creating an MD5 digest of a file
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|