blob: 5e69d72422f50e80b1c47705ce025d2ea826d2b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Cory R. King <coryking@mozimedia.com>
PORTNAME= Digest-TransformPath
PORTVERSION= 1.00
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= coryking@mozimedia.com
COMMENT= Implements the TransformPath concept
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|