mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
75de3f4e3b
- Pass maintainership to submitter PR: ports/183746 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
22 lines
364 B
Makefile
22 lines
364 B
Makefile
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FAQ-OMatic
|
|
PORTVERSION= 2.719
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
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>
|