mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
20 lines
313 B
Makefile
20 lines
313 B
Makefile
# Created by: Jesse
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pbimaker
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/makeapbi/makeapbi/
|
|
|
|
MAINTAINER= jessefrgsmith@yahoo.ca
|
|
COMMENT= A program to convert ports into PBI modules
|
|
|
|
LICENSE= BSD
|
|
|
|
NO_COFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/PBIMaker
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|