22 lines
479 B
Makefile
22 lines
479 B
Makefile
|
# New ports collection makefile for: devel/p5-Directory-Scratch-Structured
|
||
|
# Date created: 22 April 2008
|
||
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= Directory-Scratch-Structured
|
||
|
PORTVERSION= 0.03
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= lth@FreeBSD.org
|
||
|
COMMENT= Creates temporary files and directories from a structured description
|
||
|
|
||
|
PERL_MODBUILD= yes
|
||
|
|
||
|
MAN3= Directory::Scratch::Structured.3
|
||
|
|
||
|
.include <bsd.port.mk>
|