1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/p5-FAQ-OMatic/Makefile
2013-08-02 18:21:05 +00:00

26 lines
456 B
Makefile

# New ports collection makefile for: FAQ::OMatic
# Date created: 31 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= FAQ-OMatic
PORTVERSION= 2.719
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl API to manipulate FAQ-O-Matics
USES= perl5
USE_PERL5= configure
MAN3= FAQ::OMatic::API.3
post-install:
@${CAT} ${WRKSRC}/install.notes
.include <bsd.port.mk>