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

PORTNAME=   bsdconv
PORTVERSION=    2.1
CATEGORIES= converters perl5
MASTER_SITES=   http://security-hole.info/distfile/
PKGNAMEPREFIX=  p5-
DISTNAME=   buganini-bsdconv-36bc34d41e81babc57f55d490c962c6452f14ccd

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

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

PERL_CONFIGURE= yes

MAN3=       bsdconv.3

WRKSRC=     ${WRKDIR}/${DISTNAME}/wrapper/perl

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

.include <bsd.port.mk>