1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/converters/p5-bsdconv/Makefile
Sunpoet Po-Chuan Hsieh fcb8b2adba - Update to 11.1.0
- While I'm here, convert to new LIB_DEPENDS format

Changes:	https://github.com/buganini/perl-bsdconv/commits/master
PR:		ports/182257
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2013-09-21 15:41:53 +00:00

32 lines
604 B
Makefile

# Created by: buganini@gmail.com
# $FreeBSD$
PORTNAME= bsdconv
PORTVERSION= 11.1.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= libbsdconv.so:${PORTSDIR}/converters/bsdconv
USE_GITHUB= yes
GH_ACCOUNT= buganini
GH_COMMIT= 75fa7e2
GH_PROJECT= perl-${PORTNAME}
NO_STAGE= yes
USES= perl5
USE_PERL5= configure
MAN3= bsdconv.3
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>