diff options
author | az <az@FreeBSD.org> | 2013-09-10 15:55:33 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 15:55:33 +0800 |
commit | 3e1a68b163a6ab22d7167f09bb60ad05664a6b48 (patch) | |
tree | fd65ca8fc7e7bb8076000fc5b8b00d3d2017a2a3 /converters/ytnef | |
parent | 9e4e2005dfb30505ad1e66268a6067105b741977 (diff) | |
download | freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.tar.gz freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.tar.zst freebsd-ports-gnome-3e1a68b163a6ab22d7167f09bb60ad05664a6b48.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'converters/ytnef')
-rw-r--r-- | converters/ytnef/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/converters/ytnef/Makefile b/converters/ytnef/Makefile index 31f9b515cfbe..d252eb4806e2 100644 --- a/converters/ytnef/Makefile +++ b/converters/ytnef/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ytnef -# Date created: 21 Feb 2005 -# Whom: Rodrigo Graeff <delphus@gmail.com> -# +# Created by: Rodrigo Graeff <delphus@gmail.com> # $FreeBSD$ -# PORTNAME= ytnef PORTVERSION= 2.6 @@ -17,7 +13,8 @@ COMMENT= Unpack data in MS Outlook TNEF format LIB_DEPENDS= ytnef.0:${PORTSDIR}/devel/libytnef RUN_DEPENDS= p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include |