mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
22 lines
366 B
Makefile
22 lines
366 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
|
|
PORTNAME= FAQ-OMatic
|
|
PORTVERSION= 2.719
|
|
PORTREVISION= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Perl API to manipulate FAQ-O-Matics
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
@${CAT} ${WRKSRC}/install.notes
|
|
|
|
.include <bsd.port.mk>
|