aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Directory-Scratch/Makefile
blob: 5c6e4124a6ae87519d3f7dcb9dac6be8c2a7c223 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=	Directory-Scratch
PORTVERSION=	0.14
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Easy-to-use self-cleaning scratch space

BUILD_DEPENDS=	p5-Path-Class>0:${PORTSDIR}/devel/p5-Path-Class \
		p5-File-Slurp>=9999.12:${PORTSDIR}/devel/p5-File-Slurp \
		p5-String-Random>0:${PORTSDIR}/devel/p5-String-Random
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

MAN3=	Directory::Scratch.3

.include <bsd.port.mk>