opnsense-ports/devel/p5-File-DesktopEntry/Makefile
2022-09-07 22:33:21 +02:00

22 lines
433 B
Makefile

PORTNAME= File-DesktopEntry
PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= acm@FreeBSD.org
COMMENT= Object to handle desktop files
WWW= https://metacpan.org/release/File-DesktopEntry
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-File-BaseDir>=0.03:devel/p5-File-BaseDir
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>