aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Spec-Native/Makefile
blob: eba210a8d28b661861cd35a72a67cb613c02ee0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $FreeBSD$

PORTNAME=	File-Spec-Native
PORTVERSION=	1.003
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension for native OS implementation of File::Spec

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>