freebsd-ports/devel/p5-File-BaseDir/Makefile
Rong-En Fan 7c90be9e41 - Update to 0.03
- Switch to Module::Build
2007-10-28 04:15:19 +00:00

22 lines
438 B
Makefile

# New ports collection makefile for: devel/p5-File-BaseDir
# Date created: Aug 21 2004
# Whom: Rong-En Fan <rafan@infor.org>
#
# $FreeBSD$
#
PORTNAME= File-BaseDir
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= File
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= Use the freedesktop basedir spec
PERL_MODBUILD= yes
MAN3= File::BaseDir.3
.include <bsd.port.mk>