aboutsummaryrefslogtreecommitdiffstats
path: root/misc/rubygem-iesd/Makefile
blob: 1c61cb7b2791a35c19c476c57a28a778f108f5bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   iesd
PORTVERSION=    1.2.2
CATEGORIES= misc rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Modify Extensions, Kextcache and Packages on InstallESD

LICENSE=    BSD2CLAUSE

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

PLIST_FILES=    bin/iesd

.include <bsd.port.mk>