- Add LICENSE (Artistic 1 & GPL 1) - Take maintainership Changes: http://search.cpan.org/dist/File-Path-Tiny/Changes
24 lines
441 B
Makefile
24 lines
441 B
Makefile
# New ports collection makefile for: p5-File-Path-Tiny
|
|
# Date created: 2010-10-20
|
|
# Whom: ports@c0decafe.net <ports@c0decafe.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= File-Path-Tiny
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= culot@FreeBSD.org
|
|
COMMENT= Lightweight File::Path alternative
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= File::Path::Tiny.3
|
|
|
|
.include <bsd.port.mk>
|