aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-bsdconv/Makefile
blob: 05c4055a2f49a6c5f8cf5f11eb12d240a51f8ee6 (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
28
29
30
31
32
33
# New ports collection makefile for:    p5-bsdconv
# Date created:             29 May 2009
# Whom:                     buganini@gmail.com
#
# $FreeBSD$
#

PORTNAME=   bsdconv
PORTVERSION=    7.2
CATEGORIES= converters perl5
MASTER_SITES=   https://github.com/buganini/perl-${PORTNAME}/tarball/${PORTVERSION}/
PKGNAMEPREFIX=  p5-
DISTNAME=   buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}

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

LICENSE=    BSD

LIB_DEPENDS=    bsdconv:${PORTSDIR}/converters/bsdconv

GITVERSION= 0da681c
FETCH_ARGS= -pRr
WRKSRC=     ${WRKDIR}/buganini-perl-${PORTNAME}-${GITVERSION}

PERL_CONFIGURE= yes

MAN3=       bsdconv.3

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

.include <bsd.port.mk>