aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Digest-TransformPath/Makefile
blob: a04008c53daa943a9819f4018e6c7b05c1bf1fe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Cory R. King <coryking@mozimedia.com>
# $FreeBSD$

PORTNAME=	Digest-TransformPath
PORTVERSION=	1.00
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	coryking@mozimedia.com
COMMENT=	Implements the TransformPath concept

USES=		perl5
USE_PERL5=	configure

MAN3=		Digest::TransformPath.3

.include <bsd.port.mk>