1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/p5-File-Tempdir/Makefile
Andrej Zverev 16633330a7 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 17:28:12 +00:00

17 lines
325 B
Makefile

# Created by: loader <loader@freebsdmall.com>
# $FreeBSD$
PORTNAME= File-Tempdir
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= loader@freebsdmall.com
COMMENT= Perl5 module to provide an object interface for File::Temp
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>