9c3cb2e3b1
- bump NEED_VERSION - uses distinfo - remove patch
23 lines
479 B
Makefile
23 lines
479 B
Makefile
# $OpenBSD: Makefile,v 1.2 2001/12/26 21:57:31 shell Exp $
|
|
|
|
COMMENT= "expand template text with embedded perl"
|
|
|
|
DISTNAME= Text-Template-1.42
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
NEED_VERSION= 1.503
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Text
|
|
|
|
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|