Files
bsdports/perl/p5-File-HomeDir/Makefile
2019-12-26 07:26:06 +00:00

21 lines
486 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD: head/devel/p5-File-HomeDir/Makefile 412346 2016-04-01 14:00:51Z mat $
PORTNAME= File-HomeDir
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Get home directory for self or other users
BUILD_DEPENDS= p5-File-Which>=0.05:perl/p5-File-Which
RUN_DEPENDS= p5-File-Which>=0.05:perl/p5-File-Which
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
#EOF