Commit graph

13 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
dde435a1a8 - Update to 2.00
- Add NO_ARCH

Changes:	http://search.cpan.org/dist/CSS-Packer/Changes
2015-06-05 18:57:03 +00:00
Sunpoet Po-Chuan Hsieh
3e6f28fb0a - Use real PORTVERSION 2014-12-08 16:16:13 +00:00
Sunpoet Po-Chuan Hsieh
b73db0664b - Add LICENSE
- Use real PORTVERSION
2014-12-08 16:12:07 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
7e195fb82c - Add LICENSE
- Cleanup PLIST
2014-11-24 18:31:08 +00:00
Sunpoet Po-Chuan Hsieh
1932b7bf5e - Support STAGEDIR 2013-09-30 19:41:57 +00:00
Baptiste Daroussin
0068f2d47f Add NO_STAGE all over the place in preparation for the staging support (cat: textproc) 2013-09-20 23:17:30 +00:00
Sunpoet Po-Chuan Hsieh
ee0456d513 - Cleanup Makefile header 2013-08-21 17:42:57 +00:00
Sunpoet Po-Chuan Hsieh
e15628ebf6 - Use RUN_DEPENDS:=BUILD_DEPENDS
- Add BUILD_DEPENDS
- Cosmetic change
2013-08-21 14:55:43 +00:00
Sunpoet Po-Chuan Hsieh
c9cf6c6113 - Convert to new perl framework 2013-08-21 14:08:06 +00:00
Sunpoet Po-Chuan Hsieh
b9d870994e - Update to 1.002001
- Add BUILD_DEPENDS and TEST_DEPENDS

Changes:	http://search.cpan.org/dist/CSS-Packer/Changes
2012-02-19 10:50:38 +00:00
Sunpoet Po-Chuan Hsieh
00ca886ed4 - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by:	az
With hat:	perl
2011-09-17 07:06:45 +00:00
Sunpoet Po-Chuan Hsieh
c7bab4a1b8 - Add p5-CSS-Packer 1.002
CSS::Packer is another CSS minifier.

WWW: http://search.cpan.org/dist/CSS-Packer/
     http://github.com/nevesenin/css-packer-perl
2011-07-23 09:24:28 +00:00