f04dfd8bde
Changes: - Chase changes in bsdconv PR: portsr/162657 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Feature safe: yes
30 lines
664 B
Makefile
30 lines
664 B
Makefile
# New ports collection makefile for: ruby-bsdconv
|
|
# Date created: 13 Oct 2011
|
|
# Whom: buganini@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdconv
|
|
PORTVERSION= 7.0
|
|
CATEGORIES= converters ruby
|
|
MASTER_SITES= https://github.com/buganini/ruby-${PORTNAME}/tarball/${PORTVERSION}/
|
|
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
|
DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION}
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= Ruby wrapper for bsdconv
|
|
|
|
LICENSE= BSD
|
|
|
|
LIB_DEPENDS= bsdconv.7:${PORTSDIR}/converters/bsdconv
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBY_EXTCONF= yes
|
|
|
|
GITVERSION= e7d7a7e
|
|
FETCH_ARGS= -pRr
|
|
WRKSRC= ${WRKDIR}/buganini-ruby-${PORTNAME}-${GITVERSION}
|
|
|
|
.include <bsd.port.mk>
|