mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
27 lines
586 B
Makefile
27 lines
586 B
Makefile
# Created by: Rong-En Fan <rafan@infor.org>
|
|
|
|
PORTNAME= File-BaseDir
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Use the freedesktop basedir spec
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-IPC-System-Simple>=0:devel/p5-IPC-System-Simple
|
|
TEST_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \
|
|
p5-Test-Pod>=1.00:devel/p5-Test-Pod \
|
|
p5-Test-Pod-Coverage>=1.00:devel/p5-Test-Pod-Coverage
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|