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-26 20:20:37 +02:00
|
|
|
PORTNAME= bsdconv
|
2011-11-18 12:27:41 +01:00
|
|
|
PORTVERSION= 7.0
|
2011-04-26 20:20:37 +02:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= https://github.com/buganini/perl-${PORTNAME}/tarball/${PORTVERSION}/
|
2009-06-06 00:11:42 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
2011-04-26 20:20:37 +02:00
|
|
|
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
|
2009-06-06 00:11:42 +02:00
|
|
|
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
|
|
COMMENT= Perl wrapper for bsdconv
|
|
|
|
|
2011-04-26 20:20:37 +02:00
|
|
|
LICENSE= BSD
|
|
|
|
|
2011-11-18 12:27:41 +01:00
|
|
|
LIB_DEPENDS= bsdconv.7:${PORTSDIR}/converters/bsdconv
|
|
|
|
|
|
|
|
GITVERSION= 2c544e7
|
2011-04-26 20:20:37 +02:00
|
|
|
FETCH_ARGS= -pRr
|
|
|
|
WRKSRC= ${WRKDIR}/buganini-perl-${PORTNAME}-${GITVERSION}
|
2011-04-16 15:55:02 +02:00
|
|
|
|
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:
|
2011-04-26 20:20:37 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
|
2009-07-14 19:22:00 +02:00
|
|
|
|
2011-04-26 20:20:37 +02:00
|
|
|
.include <bsd.port.mk>
|