freebsd-ports/devel/p5-File-Spec-Native/Makefile
Jun Kuriyama b0890bf969 This module is a stupid hack to make the default File::Spec behavior
available from a subclass.  This can be useful when using another
module that expects a subclass of File::Spec but you want to use the
current, native OS format (automatically detected by File::Spec).

WWW: http://search.cpan.org/dist/File-Spec-Native/
2012-05-26 15:41:00 +00:00

21 lines
430 B
Makefile

# New ports collection makefile for: File::Spec::Native
# Date created: 27 May 2012
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= File-Spec-Native
PORTVERSION= 1.003
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for native OS implementation of File::Spec
PERL_CONFIGURE= yes
MAN3= File::Spec::Native.3
.include <bsd.port.mk>