1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/p5-Package-Generator/Makefile
2009-07-10 10:43:14 +00:00

23 lines
478 B
Makefile

# New ports collection makefile for: p5-Package-Generator
# Date Created: 22 Apr 2008
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Package-Generator
PORTVERSION= 0.103
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= This module lets you quickly and easily construct new packages
PERL_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MAN3= Package::Reaper.3 Package::Generator.3
.include <bsd.port.mk>