2012-10-08 18:12:07 +02:00
|
|
|
# Created by: buganini@gmail.com
|
2009-06-06 00:11:42 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2011-04-26 20:20:37 +02:00
|
|
|
PORTNAME= bsdconv
|
2013-09-21 17:41:53 +02:00
|
|
|
PORTVERSION= 11.1.0
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2011-04-26 20:20:37 +02:00
|
|
|
CATEGORIES= converters perl5
|
2009-06-06 00:11:42 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
|
|
COMMENT= Perl wrapper for bsdconv
|
|
|
|
|
2014-12-22 18:31:49 +01:00
|
|
|
LICENSE= ISCL
|
2011-04-26 20:20:37 +02:00
|
|
|
|
2013-09-21 17:41:53 +02:00
|
|
|
LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv
|
2011-11-18 12:27:41 +01:00
|
|
|
|
2012-10-08 18:12:07 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= buganini
|
|
|
|
GH_PROJECT= perl-${PORTNAME}
|
2011-04-16 15:55:02 +02:00
|
|
|
|
2013-09-10 09:12:35 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
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>
|