ports/devel/p5-File-DesktopEntry/Makefile
Po-Chuan Hsieh a45d22ed48
devel/p5-File-DesktopEntry: Add NO_ARCH
Approved by:	portmgr (blanket)
2021-10-25 23:58:13 +08:00

23 lines
447 B
Makefile

# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
PORTNAME= File-DesktopEntry
PORTVERSION= 0.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= acm@FreeBSD.org
COMMENT= Object to handle desktop files
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>