b0890bf969
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/
21 lines
430 B
Makefile
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>
|