aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-File-Spec-Native/Makefile
blob: d7f17bb275cffd14a3eea89ea858ededa7a7d6ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	File-Spec-Native
PORTVERSION=	1.004
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension for native OS implementation of File::Spec
WWW=		https://metacpan.org/release/File-Spec-Native

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	YES

.include <bsd.port.mk>