freebsd-ports/devel/p5-File-DesktopEntry/Makefile
Steve Wills d46c00b7ba - Add missing DEPENDS
- Bump PORTREVISION due to new RUN_DEPENDS changing the package

PR:		ports/165148
Approved by:	maintainer timeout (tolid@tolid.eu.org, > 2 weeks)
2012-03-05 03:10:50 +00:00

26 lines
607 B
Makefile

# New ports collection makefile for: p5-File-DesktopEntry
# Date created: 2006-05-31
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
#
# $FreeBSD$
#
PORTNAME= File-DesktopEntry
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= acm@FreeBSD.org
COMMENT= Object to handle desktop files
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
p5-File-BaseDir>=0.03:${PORTSDIR}/devel/p5-File-BaseDir
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= File::DesktopEntry.3
.include <bsd.port.mk>