aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Temp/Makefile
blob: d0a05437763e809b44ff903b5db36b493a4e1a48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Johann Visagie <johann@egenetics.com>
# $FreeBSD$

PORTNAME=	File-Temp
PORTVERSION=	0.23.04
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER=	leeym@FreeBSD.org
COMMENT=	Perl5 module to generate temporary files or directories safely

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>