2f10412b48
PR: ports/178134 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
29 lines
570 B
Makefile
29 lines
570 B
Makefile
# Created by: buganini@gmail.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bsdconv
|
|
PORTVERSION= 10.0.0
|
|
CATEGORIES= converters perl5
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT}
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= Perl wrapper for bsdconv
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= buganini
|
|
GH_COMMIT= 092d398
|
|
GH_PROJECT= perl-${PORTNAME}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= bsdconv.3
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|