diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-02 21:14:26 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-02 21:14:26 +0000 |
commit | ed5b75356ab2cb6e3eec9691867830655463c309 (patch) | |
tree | bccf234bc919f013eaa2916790feed15d8a9df9c /devel/p5-Config-IniFiles/Makefile | |
parent | eed58dac3e26c326f46a33bb2f5f60acadd8b52c (diff) | |
download | ports-ed5b75356ab2cb6e3eec9691867830655463c309.tar.gz ports-ed5b75356ab2cb6e3eec9691867830655463c309.zip |
Notes
Diffstat (limited to 'devel/p5-Config-IniFiles/Makefile')
-rw-r--r-- | devel/p5-Config-IniFiles/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/p5-Config-IniFiles/Makefile b/devel/p5-Config-IniFiles/Makefile deleted file mode 100644 index 64026aa49cc7..000000000000 --- a/devel/p5-Config-IniFiles/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: p5-IniConf -# Date created: October 21st 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= IniConf -PORTVERSION= 0.92 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= IniConf -PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}.pm-${PORTVERSION} - -MAINTAINER= dima@chg.ru - -USE_PERL5= YES - -MAN3= IniConf.pm.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include <bsd.port.mk> |