34 lines
760 B
Makefile
34 lines
760 B
Makefile
# New ports collection makefile for: p5-bsdconv
|
|
# Date created: 29 May 2009
|
|
# Whom: buganini@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdconv
|
|
PORTVERSION= 5.0
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv
|
|
|
|
LICENSE= BSD
|
|
|
|
GITVERSION= ee14c04
|
|
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>
|