diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-11-23 17:34:20 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-11-23 17:34:20 +0000 |
commit | 4cfa66df0140cda6cc76e4a154f74482ff9a1764 (patch) | |
tree | 53522281b61364bb82ab7f20455aaa1aa2427a13 /devel/p5-File-HomeDir/Makefile | |
parent | 3eef7e1853cf2f1caf4edf59f67f90a9c8b1cd10 (diff) | |
download | ports-4cfa66df0140cda6cc76e4a154f74482ff9a1764.tar.gz ports-4cfa66df0140cda6cc76e4a154f74482ff9a1764.zip |
Notes
Diffstat (limited to 'devel/p5-File-HomeDir/Makefile')
-rw-r--r-- | devel/p5-File-HomeDir/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/p5-File-HomeDir/Makefile b/devel/p5-File-HomeDir/Makefile index 65c05239b145..4262554e870a 100644 --- a/devel/p5-File-HomeDir/Makefile +++ b/devel/p5-File-HomeDir/Makefile @@ -6,15 +6,19 @@ # PORTNAME= File-HomeDir -PORTVERSION= 0.06 +PORTVERSION= 0.07 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= ../../authors/id/S/SB/SBURKE +MASTER_SITE_SUBDIR= File PKGNAMEPREFIX= p5- MAINTAINER= leeym@FreeBSD.org COMMENT= Get home directory for self or other users +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \ + ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= File::HomeDir.3 |