mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
16 lines
315 B
Makefile
16 lines
315 B
Makefile
# Created by: Jason Bacon <jwbacon@tds.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= papp
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
|
|
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
|
|
|
|
MAINTAINER= jwbacon@tds.net
|
|
COMMENT= Assembly Preprocessor
|
|
|
|
LICENSE= BSD
|
|
|
|
.include <bsd.port.mk>
|