4c11a2026a
- Use PERL_MODBUILD instead of PERL_CONFIGURE
24 lines
581 B
Makefile
24 lines
581 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
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ../../authors/id/P/PA/PARDUS/${PORTNAME}
|
|
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
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= File::DesktopEntry.3
|
|
|
|
.include <bsd.port.mk>
|