1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/devel/p5-Util-Any/Makefile
Mark Felder 1e21c258a7 Drop maintainership of ports
I cannot give these the attention they need right now.
2023-07-20 14:04:33 +00:00

28 lines
675 B
Makefile

PORTNAME= Util-Any
PORTVERSION= 0.25
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KTAT
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Export any utilities and create your own utility module
WWW= https://github.com/ktat/Util-Any
LICENSE= ART10
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
RUN_DEPENDS= p5-Clone>=0:devel/p5-Clone \
p5-ExportTo>=0:devel/p5-ExportTo \
p5-List-MoreUtils>0:lang/p5-List-MoreUtils \
p5-List-Pairwise>0:devel/p5-List-Pairwise \
p5-Module-Pluggable>0:devel/p5-Module-Pluggable \
p5-String-CamelCase>0:textproc/p5-String-CamelCase \
p5-String-Util>0:textproc/p5-String-Util
.include <bsd.port.mk>