mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
21 lines
486 B
Makefile
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
|