aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-bsdconv/Makefile
blob: 799c2e0fce724c6d59ebd832f7068d14c28b5471 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: buganini@gmail.com
# $FreeBSD$

PORTNAME=   bsdconv
PORTVERSION=    11.1.0
PORTREVISION=   1
CATEGORIES= converters perl5
PKGNAMEPREFIX=  p5-

MAINTAINER= buganini@gmail.com
COMMENT=    Perl wrapper for bsdconv

LICENSE=    ISCL

LIB_DEPENDS=    libbsdconv.so:${PORTSDIR}/converters/bsdconv

USE_GITHUB= yes
GH_ACCOUNT= buganini
GH_PROJECT= perl-${PORTNAME}

USES=       perl5
USE_PERL5=  configure

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>