freebsd-ports/devel/p5-Package-Generator/Makefile

23 lines
478 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Package-Generator
# Date Created: 22 Apr 2008
# Whom: Emanuel Haupt <ehaupt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Package-Generator
2009-07-10 12:43:14 +02:00
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
2009-03-27 10:53:36 +01:00
MAKE_JOBS_SAFE= yes
MAN3= Package::Reaper.3 Package::Generator.3
.include <bsd.port.mk>