freebsd-ports/converters/p5-bsdconv/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

27 lines
501 B
Makefile

# 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>