2009-06-06 00:11:42 +02:00
|
|
|
# New ports collection makefile for: p5-bsdconv
|
|
|
|
# Date created: 29 May 2009
|
|
|
|
# Whom: buganini@gmail.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2011-04-16 15:55:02 +02:00
|
|
|
CATEGORIES+= perl5
|
2009-06-06 00:11:42 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
|
|
COMMENT= Perl wrapper for bsdconv
|
|
|
|
|
2011-01-28 19:36:08 +01:00
|
|
|
LIB_DEPENDS= bsdconv.4:${PORTSDIR}/converters/bsdconv
|
2009-06-06 00:11:42 +02:00
|
|
|
|
2011-04-16 15:55:02 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../bsdconv
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/wrapper/perl
|
|
|
|
PATCH_WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
|
2009-06-06 00:11:42 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2009-07-14 19:22:00 +02:00
|
|
|
MAN3= bsdconv.3
|
2009-06-06 00:11:42 +02:00
|
|
|
|
2009-07-14 19:22:00 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
|
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
|
2011-04-16 15:55:02 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|